Piccolo.NET

PNotificationCenter.RemoveListener Method (Object, Object)

Removes the listener from the list mapped to the given key in the listeners map.

protected virtual void RemoveListener(
   object listener,
   object key
);

Parameters

listener
The listener to remove, or null.
key
The key that maps the list from which the listener will be removed.

Remarks

If listener is null, the entire list of listeners mapped to the given key will be removed.

See Also

PNotificationCenter Class | UMD.HCIL.PiccoloX.Events Namespace | PNotificationCenter.RemoveListener Overload List