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