Class AddStudioGroupNotificationEvent
Publish this event through the IEventAggregator in order to add another group of notifications to the Notifications View
Inherited Members
Namespace: Sdl.Desktop.IntegrationApi .Notifications.Events
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public class AddStudioGroupNotificationEvent
Constructors
AddStudioGroupNotificationEvent(IStudioGroupNotification)
The AddStudioGroupNotificationEvent constructor
Declaration
public AddStudioGroupNotificationEvent(IStudioGroupNotification notificationGroup)
Parameters
Type | Name | Description |
---|---|---|
IStudio |
notificationGroup | The notification group |
Properties
NotificationGroup
The INotificationGroup that will be added to the Notifications View
Declaration
public IStudioGroupNotification NotificationGroup { get; }
Property Value
Type | Description |
---|---|
IStudio |