Table of Contents

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
object
AfterCreateContentItemEvent
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.

See Also