TextSource.RecalcNeeded Event

T3000 CrossPlatform

TextSourceRecalcNeeded Event

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

Occurs when recalc is needed

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

Dim instance As TextSource
Dim handler As EventHandler(Of TextSourceTextChangedEventArgs)

AddHandler instance.RecalcNeeded, handler

Value

Type: SystemEventHandlerTextSourceTextChangedEventArgs
See Also