Table of Contents

Class BeforeCreateWebPageEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Represents an event type that is raised before a web page is created.

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

Constructors

BeforeCreateWebPageEvent()

Initializes a new instance of the BeforeCreateWebPageEvent class.

public BeforeCreateWebPageEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also