Table of Contents

Class AfterDeleteContentItemEvent

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Represents an event type that is raised when a content item is deleted.

public sealed class AfterDeleteContentItemEvent : AsyncEvent<DeleteContentItemEventData>, IAsyncEvent
Inheritance
object
AfterDeleteContentItemEvent
Implements
Inherited Members
Extension Methods

Constructors

AfterDeleteContentItemEvent()

Initializes a new instance of the AfterDeleteContentItemEvent class.

public AfterDeleteContentItemEvent()

Remarks

This constructor should be used only in testing scenarios.