Method AddGlobalNotification
AddGlobalNotification(IControlNotification)
Adds IControlNotification object to the global list of notifications.
public static void AddGlobalNotification(IControlNotification n)
Parameters
nIControlNotificationNotification object to add.
Remarks
You must also call RemoveGlobalNotification(IControlNotification) when subscriber is disposed.