INotificationHost
Namespace: Hex1b
Assembly: Hex1b.dll
Interface for nodes that can host notifications. Implemented by NotificationPanelNode to allow notification discovery from anywhere in the tree.
csharp
public interface INotificationHostProperties
Notifications
The notification stack for this host.
Returns: NotificationStack
csharp
NotificationStack Notifications { get; }