CustomActionEventArgs Constructor

T3000 CrossPlatform

CustomActionEventArgs Constructor

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

Initializes a new instance of the CustomActionEventArgs class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public CustomActionEventArgs(
	FCTBAction action
)
Public Sub New ( 
	action As FCTBAction
)

Dim action As FCTBAction

Dim instance As New CustomActionEventArgs(action)

Parameters

action
Type: FastColoredTextBoxNSFCTBAction

[Missing <param name="action"/> documentation for "M:FastColoredTextBoxNS.CustomActionEventArgs.#ctor(FastColoredTextBoxNS.FCTBAction)"]

See Also