T3000 CrossPlatform Documentation
FastColoredTextBoxUndoRedoStateChanged Event |
[This is preliminary documentation and is subject to change.]
Occurs when undo/redo stack is changed
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<EventArgs> UndoRedoStateChanged
Public Event UndoRedoStateChanged As EventHandler(Of EventArgs) Dim instance As FastColoredTextBox Dim handler As EventHandler(Of EventArgs) AddHandler instance.UndoRedoStateChanged, handler
Value
Type: SystemEventHandlerEventArgsRemarks
See Also