NotificationCenter..::..Notifications Property
Gets the alert center notifications.
Namespace:
Wpf.NotificationCenterAssembly: Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)
Syntax
public ObservableCollection<Notification> Notifications { get; }
Public ReadOnly Property Notifications As ObservableCollection(Of Notification) Get
public: property ObservableCollection<Notification^>^ Notifications { ObservableCollection<Notification^>^ get (); }