Search Results for

    Show / Hide Table of Contents

    Class DocumentContentEventArgs

    Document content changed event arguments

    Inheritance
    object
    EventArgs
    DocumentEventArgs
    DocumentContentEventArgs
    Inherited Members
    DocumentEventArgs.Document
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    IEnumerable<ISegment>

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Properties
      • Segments
    • Extension Methods
    Back to top Generated by DocFX