Search Results for

    Show / Hide Table of Contents

    Class DocumentEventArgs

    Document event arguments

    Inheritance
    System.Object
    System.EventArgs
    DocumentEventArgs
    DocumentContentEventArgs
    DocumentErrorEventArgs
    Inherited Members
    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 DocumentEventArgs : EventArgs

    Properties

    Document

    The document envolved in the event

    Declaration
    public Document Document { get; }
    Property Value
    Type Description
    Document

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

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