Search Results for

    Show / Hide Table of Contents

    Class AddStudioGroupNotificationEvent

    Publish this event through the IEventAggregator in order to add another group of notifications to the Notifications View

    Inheritance
    System.Object
    AddStudioGroupNotificationEvent
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • AddStudioGroupNotificationEvent(IStudioGroupNotification)
    • Properties
      • NotificationGroup
    • Extension Methods
    Back to top Generated by DocFX