AutoIndentNeeded Event

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
It occurs when calculates AutoIndent for new line

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

Syntax

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

See Also