Class FrameworkDocumentContentChangedEventArgs
Information passed to the ContentChanged event, including information about the exact edit operations affecting the document.
Inheritance
FrameworkDocumentContentChangedEventArgs
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class FrameworkDocumentContentChangedEventArgs : DocumentContentChangedEventArgs
Constructors
FrameworkDocumentContentChangedEventArgs()
default constructor
Declaration
public FrameworkDocumentContentChangedEventArgs()
Properties
Operations
The actual edit operations perfomed on the document.
Declaration
public List<IAbstractEditOperation> Operations { get; set; }
Property Value
Type | Description |
---|---|
ListIAbstractEditOperation |