Table of Contents

Class BeforeCreateContentItemEvent

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Represents an event type that is raised before a content item is created.

public sealed class BeforeCreateContentItemEvent : CompoundAsyncEvent<CreateContentItemEventData>, IAsyncEvent, IEventState
Inheritance
object
BeforeCreateContentItemEvent
Implements
Inherited Members
Extension Methods

Constructors

BeforeCreateContentItemEvent()

Initializes a new instance of the BeforeCreateContentItemEvent class.

public BeforeCreateContentItemEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also