Class DocumentContentChangedEventArgs
Information about a change in document content
Inheritance
System.Object
System.EventArgs
DocumentContentChangedEventArgs
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 DocumentContentChangedEventArgs : EventArgs
Constructors
DocumentContentChangedEventArgs()
default constructor
Declaration
public DocumentContentChangedEventArgs()
Properties
AffectedRange
The areas in the document that have been changed.
Note that the ranges may be overlapping, and that some of them may be invalid (e.g. if they refer to content that has been deleted).
Declaration
public ContentRange AffectedRange { get; set; }
Property Value
Type | Description |
---|---|
ContentRange |
Document
The document the change is in.
Declaration
public IDocument Document { get; set; }
Property Value
Type | Description |
---|---|
IDocument |