Class FrameworkDocumentContentChangedEventArgs
Information passed to the ContentChanged event, including information about the exact edit operations affecting the document.
Inheritance
Object
EventArgs
FrameworkDocumentContentChangedEventArgs
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.DesktopEditor.EditorApi
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 |
---|---|
List<IAbstractEditOperation> |