Search Results for

    Show / Hide Table of Contents

    Class DocumentEventArgs

    Document event arguments

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

    Properties

    Document

    The document envolved in the event

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX