AutocompleteMenu.Selecting Event

T3000 CrossPlatform

AutocompleteMenuSelecting Event

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

User selects item

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

Dim instance As AutocompleteMenu
Dim handler As EventHandler(Of SelectingEventArgs)

AddHandler instance.Selecting, handler

Value

Type: SystemEventHandlerSelectingEventArgs
See Also