Summary
Function to be implemented by derived classes. Should operate with a switch statement using the appropriate
LocalEvents values from the Enum in ASLLocalEventManager.
- Namespace
- ASL
.LocalEventSystem - Containing Type
- LocalEventHandler
Syntax
protected abstract void OnLocalEvent(object sender, ASLLocalEventManager.LocalEventArgs args)
Parameters
Name | Type | Description |
---|---|---|
sender | object | The object linked with triggering this event. |
args | ASLLocalEventManager |
A LocalEvents enum value corresponding to the event triggered. |
Return Value
Type | Description |
---|---|
void |