FastColoredTextBox.AutoIndentNeeded Event

T3000 CrossPlatform

FastColoredTextBoxAutoIndentNeeded Event

[This is preliminary documentation and is subject to change.]

It occurs when calculates AutoIndent for new line

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<AutoIndentEventArgs> AutoIndentNeeded
Public Event AutoIndentNeeded As EventHandler(Of AutoIndentEventArgs)

Dim instance As FastColoredTextBox
Dim handler As EventHandler(Of AutoIndentEventArgs)

AddHandler instance.AutoIndentNeeded, handler

Value

Type: SystemEventHandlerAutoIndentEventArgs
See Also