Search Results for

    Show / Hide Table of Contents

    Class CommentsChangedEvent

    Inheritance
    System.Object
    CommentsChangedEvent
    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.TranslationStudioAutomation.IntegrationApi.Events
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class CommentsChangedEvent

    Constructors

    CommentsChangedEvent(CommentsChangedEvent.CommentEventType, CommentsChangedEvent.CommentScope, IEnumerable<IComment>)

    Declaration
    public CommentsChangedEvent(CommentsChangedEvent.CommentEventType eventType, CommentsChangedEvent.CommentScope scope, IEnumerable<IComment> comments)
    Parameters
    Type Name Description
    CommentsChangedEvent.CommentEventType eventType
    CommentsChangedEvent.CommentScope scope
    System.Collections.Generic.IEnumerable<IComment> comments

    Properties

    Comments

    Declaration
    public IEnumerable<IComment> Comments { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IComment>

    EventType

    Declaration
    public CommentsChangedEvent.CommentEventType EventType { get; }
    Property Value
    Type Description
    CommentsChangedEvent.CommentEventType

    Scope

    Declaration
    public CommentsChangedEvent.CommentScope Scope { get; }
    Property Value
    Type Description
    CommentsChangedEvent.CommentScope

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • CommentsChangedEvent(CommentsChangedEvent.CommentEventType, CommentsChangedEvent.CommentScope, IEnumerable<IComment>)
    • Properties
      • Comments
      • EventType
      • Scope
    • Extension Methods
    Back to top Generated by DocFX