Search Results for

    Show / Hide Table of Contents

    Class CommentsChangedEvent

    Inheritance
    object
    CommentsChangedEvent
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class CommentsChangedEvent

    Constructors

    CommentsChangedEvent(CommentEventType, 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
    IEnumerable<IComment> comments

    Properties

    Comments

    Declaration
    public IEnumerable<IComment> Comments { get; }
    Property Value
    Type Description
    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>)
    In this article
    • Constructors
      • CommentsChangedEvent(CommentEventType, CommentScope, IEnumerable<IComment>)
    • Properties
      • Comments
      • EventType
      • Scope
    • Extension Methods
    Back to top Generated by DocFX