Class AfterCreateWebPageEvent
Represents an event type that is raised after a web page has been created.
public sealed class AfterCreateWebPageEvent : CompoundAsyncEvent<CreateWebPageEventData>, IAsyncEvent, IEventState
- Inheritance
-
objectAfterCreateWebPageEvent
- 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.