Table of Contents

Method RaiseNotifications

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.