 | EventManagerRemoveListener Method (EventManagerEventDelegate) |
Unregisters the specified delegate for all events. Note that this
will remove the delegate from the list of listeners interested in
all events, only: Calling this function will not remove the delegate
from specific events.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic void RemoveListener(
EventManagerEventDelegate callback
)
Public Sub RemoveListener (
callback As EventManagerEventDelegate
)
public:
void RemoveListener(
EventManagerEventDelegate^ callback
)
member RemoveListener :
callback : EventManagerEventDelegate -> unit
Parameters
- callback
- Type: Slash.ECS.EventsEventManagerEventDelegate
Delegate to remove.
Exceptions
See Also