Method AddNotification
AddNotification(IControlNotification?)
Adds IControlNotification object to the list of notifications.
public virtual void AddNotification(IControlNotification? n)
Parameters
n
IControlNotificationNotification object to add.
Remarks
You must also call RemoveNotification(IControlNotification?) when subscriber is disposed.