 | EventManagerRemoveListener Method (Object, EventManagerEventDelegate) |
Unregisters the specified delegate for events of the specified type.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic void RemoveListener(
Object eventType,
EventManagerEventDelegate callback
)
Public Sub RemoveListener (
eventType As Object,
callback As EventManagerEventDelegate
)
public:
void RemoveListener(
Object^ eventType,
EventManagerEventDelegate^ callback
)
member RemoveListener :
eventType : Object *
callback : EventManagerEventDelegate -> unit
Parameters
- eventType
- Type: SystemObject
Type of the event the caller is no longer interested in. - callback
- Type: Slash.ECS.EventsEventManagerEventDelegate
Delegate to remove.
Exceptions
See Also