Class UndoBufferContentChangedEventArgs
Information about a change in the undo buffer.
Inheritance
Object
EventArgs
UndoBufferContentChangedEventArgs
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 UndoBufferContentChangedEventArgs : EventArgs
Constructors
UndoBufferContentChangedEventArgs(Boolean)
default constructor
Declaration
public UndoBufferContentChangedEventArgs(bool isDocumentContentChanged)
Parameters
Type | Name | Description |
---|---|---|
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 |
---|---|
Boolean |
Remarks
Flushing the undo buffer does not affect the document content.