IEvents Methods |
The IEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnInterrupted |
Called when uesr interrupts.
| |
OnModelSaveInfo |
Called when model is saved.
| |
OnUndoClicked |
Called when user clicks undo.
| |
Register |
Registers the instance to listen to the specified events.
More event delegates should not be added without calling UnRegister
first.
| |
UnRegister |
Unregisters the instance from listening to events.
|
See Also