Method RaiseNotifications
RaiseNotifications(Action<IControlNotification>)
Calls the specified action for all the registered notifications.
public virtual void RaiseNotifications(Action<IControlNotification> action)
Parameters
action
Action<IControlNotification>Action to call.