Class DocumentContentEventArgs
Document content changed event arguments
Inherited Members
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class DocumentContentEventArgs : DocumentEventArgs
Properties
Segments
The segments changed in the document as readonly.
Declaration
public IEnumerable<ISegment> Segments { get; }
Property Value
Type | Description |
---|---|
IEnumerableISegment |