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
    • Properties
      • Document
    • Extension Methods
    Back to top Generated by DocFX