Click or drag to resize
EventManagerUnhandledEventDelegate Delegate
Delegate for the UnhandledEvent event.

Namespace: Slash.ECS.Events
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public delegate void UnhandledEventDelegate(
	Object eventType
)

Parameters

eventType
Type: SystemObject
Type of unhandled event.
See Also