Search Results for

    Show / Hide Table of Contents

    Class AddStudioNotificationToGroupEvent

    Publish this event through the IEventAggregator in order to add another notification to an existing NotificationGroup within the Notifications View

    Inheritance
    System.Object
    AddStudioNotificationToGroupEvent
    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 AddStudioNotificationToGroupEvent

    Constructors

    AddStudioNotificationToGroupEvent(String, IStudioNotification)

    The AddNotificationToGroupEvent constructor

    Declaration
    public AddStudioNotificationToGroupEvent(string groupKey, IStudioNotification notification)
    Parameters
    Type Name Description
    System.String groupKey

    Unique group identifier

    IStudioNotification notification

    The notification

    Properties

    GroupKey

    Unique Group identifier

    Declaration
    public string GroupKey { get; }
    Property Value
    Type Description
    System.String

    Notification

    The Notification that will be added to the group identified by the GroupKey

    Declaration
    public IStudioNotification Notification { get; }
    Property Value
    Type Description
    IStudioNotification

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • AddStudioNotificationToGroupEvent(String, IStudioNotification)
    • Properties
      • GroupKey
      • Notification
    • Extension Methods
    Back to top Generated by DocFX