Class UndoEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Provides data for the event that occurs when the undo/redo operation performed.
public class UndoEventArgs : EventArgs
- Inheritance
-
UndoEventArgs
Constructors
- UndoEventArgs(IUndoData, bool)
Initializes a new instance of the
UndoEventArgs
class with specified parameters.
Properties
- UndoData
Represents the data of the undo/redo operation.
- WithChange
Indicates if undo change needs to be translated to the parser.