T3000 CrossPlatform Documentation
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: SystemEventHandlerAutoIndentEventArgsSee Also