FastColoredTextBox.TextChanging Event

T3000 CrossPlatform

FastColoredTextBoxTextChanging Event

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

TextChanging event. It occurs before insert, delete, clear, undo and redo operations.

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

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

AddHandler instance.TextChanging, handler

Value

Type: SystemEventHandlerTextChangingEventArgs
See Also