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