Search Results for

    Show / Hide Table of Contents

    Class DocumentContentEventArgs

    Document content changed event arguments

    Inheritance
    System.Object
    System.EventArgs
    DocumentEventArgs
    DocumentContentEventArgs
    Inherited Members
    DocumentEventArgs.Document
    System.EventArgs.Empty
    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
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class DocumentContentEventArgs : DocumentEventArgs

    Properties

    Segments

    The segments changed in the document as readonly.

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • Segments
    • Extension Methods
    Back to top Generated by DocFX