UndoRedoStateChanged Event

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Occurs when undo/redo stack is changed

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public event EventHandler<EventArgs> UndoRedoStateChanged
Visual Basic
Public Event UndoRedoStateChanged As EventHandler(Of EventArgs)
Visual C++
public:
 event EventHandler<EventArgs^>^ UndoRedoStateChanged {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}

Remarks