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