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
-
objectAfterDeleteContentItemEvent
- 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.