Method RemoveNotifier
RemoveNotifier(INotifier)
Exclude specified handler from notification handlers list.
public virtual void RemoveNotifier(INotifier sender)
Parameters
sender
INotifierSpecifies an object that can respond a notification.
Exclude specified handler from notification handlers list.
public virtual void RemoveNotifier(INotifier sender)
sender
INotifierSpecifies an object that can respond a notification.