Click or drag to resize
EventManagerRemoveListener Method
Overload List
  NameDescription
Public methodRemoveListener(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.
Public methodRemoveListener(Object, EventManagerEventDelegate)
Unregisters the specified delegate for events of the specified type.
Top
See Also