SelectingEventArgs.Item Property

T3000 CrossPlatform

SelectingEventArgsItem Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.SelectingEventArgs.Item"]

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

Dim instance As SelectingEventArgs
Dim value As AutocompleteItem

value = instance.Item

Property Value

Type: AutocompleteItem
See Also