Class DocumentEventArgs
Document event arguments
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 |