This is the package for event handling.
Classes
| Class | Description |
| ImGearEventArgs | Base class for many event types passed to client handlers. |
Interfaces
| Interface | Description |
| IImGearEvent<T> | Implemented by SDK events to allow clients to add or remove their handlers.
Clients must implement their IImGearEventHandler<T> with a supertype of the type, T that this event is declared with. When the SDK fires the event, it passes an argument of type T to all handlers. |
| IImGearEventHandler<T> | Interface to be implemented by clients to be notified of events. |
See Also