 | EventManagerUnhandledEventDelegate Delegate |
Delegate for the UnhandledEvent event.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic delegate void UnhandledEventDelegate(
Object eventType
)
Public Delegate Sub UnhandledEventDelegate (
eventType As Object
)
public delegate void UnhandledEventDelegate(
Object^ eventType
)
type UnhandledEventDelegate =
delegate of
eventType : Object -> unit
Parameters
- eventType
- Type: SystemObject
Type of unhandled event.
See Also