![]() | EventManagerRemoveListener Method |
Name | Description | |
---|---|---|
![]() | RemoveListener(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.
|
![]() | RemoveListener(Object, EventManagerEventDelegate) |
Unregisters the specified delegate for events of the specified type.
|