T3000 CrossPlatform Documentation
TextSourceTextChanging Event |
[This is preliminary documentation and is subject to change.]
Occurs before text changing
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 TextSource Dim handler As EventHandler(Of TextChangingEventArgs) AddHandler instance.TextChanging, handler
Value
Type: SystemEventHandlerTextChangingEventArgsSee Also