T3000 CrossPlatform Documentation
FastColoredTextBoxTextChangedDelayed Event |
[This is preliminary documentation and is subject to change.]
TextChangedDelayed event.
It occurs after insert, delete, clear, undo and redo operations.
This event occurs with a delay relative to TextChanged, and fires only once.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<TextChangedEventArgs> TextChangedDelayed
Public Event TextChangedDelayed As EventHandler(Of TextChangedEventArgs) Dim instance As FastColoredTextBox Dim handler As EventHandler(Of TextChangedEventArgs) AddHandler instance.TextChangedDelayed, handler
Value
Type: SystemEventHandlerTextChangedEventArgsSee Also