[This is preliminary documentation and is subject to change.]
Used to handle events sent to the Instance.
Syntax
| C# |
|---|
public delegate void Event( Instance sender ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub Event ( _ sender As Instance _ ) |
Parameters
- sender
- Type: AW..::.Instance
The instance that the event is associated with.