Class FrameworkDocumentContentChangedEventArgs
Information passed to the ContentChanged event, including information about the exact edit operations affecting the document.
Inheritance
System.Object
    System.EventArgs
    
    FrameworkDocumentContentChangedEventArgs
  Inherited Members
      System.EventArgs.Empty
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class FrameworkDocumentContentChangedEventArgs : DocumentContentChangedEventArgsConstructors
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 | 
|---|---|
| System.Collections.Generic.List<IAbstractEditOperation> |