TextSource.RecalcWordWrap Event

T3000 CrossPlatform

TextSourceRecalcWordWrap Event

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

Occurs when recalc wordwrap is needed

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

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

AddHandler instance.RecalcWordWrap, handler

Value

Type: SystemEventHandlerTextSourceTextChangedEventArgs
See Also