Class UndoBufferContentChangedEventArgs
Information about a change in the undo buffer.
Inheritance
System.Object
System.EventArgs
UndoBufferContentChangedEventArgs
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 UndoBufferContentChangedEventArgs : EventArgs
Constructors
UndoBufferContentChangedEventArgs(Boolean)
default constructor
Declaration
public UndoBufferContentChangedEventArgs(bool isDocumentContentChanged)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDocumentContentChanged |
Properties
IsDocumentContentChanged
Indicates whether the change in the undo buffer was related to a change that affected document content.
Declaration
public bool IsDocumentContentChanged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Flushing the undo buffer does not affect the document content.