TextSource.OnRecalcWordWrap Method

T3000 CrossPlatform

TextSourceOnRecalcWordWrap Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.TextSource.OnRecalcWordWrap(FastColoredTextBoxNS.TextSource.TextChangedEventArgs)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void OnRecalcWordWrap(
	TextSourceTextChangedEventArgs args
)
Public Overridable Sub OnRecalcWordWrap ( 
	args As TextSourceTextChangedEventArgs
)

Dim instance As TextSource
Dim args As TextSourceTextChangedEventArgs

instance.OnRecalcWordWrap(args)

Parameters

args
Type: FastColoredTextBoxNSTextSourceTextChangedEventArgs

[Missing <param name="args"/> documentation for "M:FastColoredTextBoxNS.TextSource.OnRecalcWordWrap(FastColoredTextBoxNS.TextSource.TextChangedEventArgs)"]

See Also