Method AddNotifier
AddNotifier(INotifier)
When implemented by a class, adds new handler to respond a notification.
void AddNotifier(INotifier sender)
Parameters
sender
INotifierSpecifies an object that can respond a notification.
When implemented by a class, adds new handler to respond a notification.
void AddNotifier(INotifier sender)
sender
INotifierSpecifies an object that can respond a notification.