Class UndoBufferContentChangedEventArgs
Information about a change in the undo buffer.
Inherited Members
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class UndoBufferContentChangedEventArgs : EventArgs
Constructors
UndoBufferContentChangedEventArgs(bool)
default constructor
Declaration
public UndoBufferContentChangedEventArgs(bool isDocumentContentChanged)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | 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 |
|---|---|
| bool |
Remarks
Flushing the undo buffer does not affect the document content.