FastColoredTextBox.OnSyntaxHighlight Method

T3000 CrossPlatform

FastColoredTextBoxOnSyntaxHighlight Method

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

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

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

Dim instance As FastColoredTextBox
Dim args As TextChangedEventArgs

instance.OnSyntaxHighlight(args)

Parameters

args
Type: FastColoredTextBoxNSTextChangedEventArgs

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

See Also