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
    Back to top Generated by DocFX