Class BeforeCreateWebPageEvent
Represents an event type that is raised before a web page is created.
public sealed class BeforeCreateWebPageEvent : CompoundAsyncEvent<CreateWebPageEventData>, IAsyncEvent, IEventState
- Inheritance
-
objectBeforeCreateWebPageEvent
- 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.