Page Events |
[This is preliminary documentation and is subject to change.]
The Page type exposes the following members.
| Name | Description | |
|---|---|---|
| AfterTriggerHandled |
Called after the Trigger's TriggerHandler is called. If there is no TriggerHandler for that Trigger
then this event is not raised.
| |
| BeforeTriggerHandled |
Called before the Trigger's TriggerHandler is called. If there is no TriggerHandler for that Trigger
then this event is not raised.
| |
| Error |
Called when an Exception is raised during execution
| |
| Initiating |
Occurs when [initiating]. Best to call your variable additions in the event.
| |
| Resetting | ||
| TriggerAdded |
Called when a Trigger and TriggerHandler is added to the Page
|