Table of Contents

Property GlobalNotifications

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

GlobalNotifications

Gets global collection of the attached IControlNotification objects. These notifications are called for the each created control.

public static IEnumerable<IControlNotification> GlobalNotifications { get; }

Property Value

IEnumerable<IControlNotification>