'Declaration Public Event PageReady As LayoutTreeKeeper.RenderingPageEventHandler
public event LayoutTreeKeeper.RenderingPageEventHandler PageReady
Event Data
The event handler receives an argument of type RenderingPageEventArgs containing data related to this event. The following RenderingPageEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Specifies that further processing should be canceled |
CurrentPage | Specifies a page number for which event was raised |
See Also