FastColoredTextBox.OnCustomAction Method

T3000 CrossPlatform

FastColoredTextBoxOnCustomAction Method

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

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

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected virtual void OnCustomAction(
	CustomActionEventArgs e
)
Protected Overridable Sub OnCustomAction ( 
	e As CustomActionEventArgs
)

Dim e As CustomActionEventArgs

Me.OnCustomAction(e)

Parameters

e
Type: FastColoredTextBoxNSCustomActionEventArgs

[Missing <param name="e"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnCustomAction(FastColoredTextBoxNS.CustomActionEventArgs)"]

See Also