TextSource.NeedRecalc Method

T3000 CrossPlatform

TextSourceNeedRecalc Method

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

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

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

Dim instance As TextSource
Dim args As TextSourceTextChangedEventArgs

instance.NeedRecalc(args)

Parameters

args
Type: FastColoredTextBoxNSTextSourceTextChangedEventArgs

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

See Also