Search Results for

    Show / Hide Table of Contents

    Class CancelDocumentEventArgs

    Cancelable document event arguments

    Inheritance
    object
    EventArgs
    CancelEventArgs
    CancelDocumentEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    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 CancelDocumentEventArgs : CancelEventArgs

    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