AbstractHandler Methods |
The AbstractHandler type exposes the following members.
Name | Description | |
---|---|---|
AddEventTHandler |
Adds the event to the list
| |
AssignCurrentHandler |
Assigns the current handler to the event arguments
| |
CheckBase |
Checks if the handler is base handler instance, and fires an exception if not
| |
CheckEvent |
Checks if the handler is event handler instance, and fires an exception if not
| |
Clear |
Clears all bound event handlers from the event and resets the number of executions of the event
| |
CountExecution |
Counts the execution of the event
| |
Dispose |
Disposes the object
| |
RaiseTArgs |
Raises the list of events
| |
RemoveEventTHandler |
Removes the event from the list
| |
Reset |
Resets the number of executions of the event
| |
SetParent |
Sets the parent event of the event
|