FastColoredTextBox.HintClick Event

T3000 CrossPlatform

FastColoredTextBoxHintClick Event

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

HintClick event. It occurs if user click on the hint.

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

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

AddHandler instance.HintClick, handler

Value

Type: SystemEventHandlerHintClickEventArgs
See Also