CustomActionEventArgs.Action Property

T3000 CrossPlatform

CustomActionEventArgsAction Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.CustomActionEventArgs.Action"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public FCTBAction Action { get; }
Public ReadOnly Property Action As FCTBAction
	Get

Dim instance As CustomActionEventArgs
Dim value As FCTBAction

value = instance.Action

Property Value

Type: FCTBAction
See Also