Class AddStudioGroupNotificationEvent
Publish this event through the IEventAggregator in order to add another group of notifications to the Notifications View
Inheritance
Object
AddStudioGroupNotificationEvent
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 |
---|---|---|
IStudioGroupNotification | 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 |
---|---|
IStudioGroupNotification |