Class AfterCreateContentItemEvent
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Represents an event type that is raised after a content item has been created.
public sealed class AfterCreateContentItemEvent : CompoundAsyncEvent<CreateContentItemEventData>, IAsyncEvent, IEventState
- Inheritance
-
objectAfterCreateContentItemEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
AfterCreateContentItemEvent()
Initializes a new instance of the AfterCreateContentItemEvent class.
public AfterCreateContentItemEvent()
Remarks
This constructor should be used only in testing scenarios.