Table of Contents

Class AfterCreateWebPageEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Represents an event type that is raised after a web page has been created.

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

Constructors

AfterCreateWebPageEvent()

Initializes a new instance of the AfterCreateWebPageEvent class.

public AfterCreateWebPageEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also