Piccolo.NET

PNotificationCenter.RemoveListener Method

Unregisters the listener from recieving notfications from this notfication center.

Overload List

Unregisters the listener from recieving notfications from this notfication center.

public virtual void RemoveListener(object);

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

protected virtual void RemoveListener(object,object);

Unregisters the listener from recieving notifications matching notificationName and object.

public virtual void RemoveListener(object,string,object);

See Also

PNotificationCenter Class | UMD.HCIL.PiccoloX.Events Namespace