FastColoredTextBox.CustomAction Event

T3000 CrossPlatform

FastColoredTextBoxCustomAction Event

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

Occurs when user pressed key, that specified as CustomAction

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<CustomActionEventArgs> CustomAction
Public Event CustomAction As EventHandler(Of CustomActionEventArgs)

Dim instance As FastColoredTextBox
Dim handler As EventHandler(Of CustomActionEventArgs)

AddHandler instance.CustomAction, handler

Value

Type: SystemEventHandlerCustomActionEventArgs
See Also