Skybound AutoComplete

AutoCompleteEventArgs.ItemIndex Property

Gets the index of the item for which the event was raised.

[Visual Basic]
Public ReadOnly Property ItemIndex As Integer
[C#]
public int ItemIndex {get;}

Property Value

The index of the item for which the event was raised.

Remarks

This value corresponds to an item in the Items collection of the AutoComplete instance which raised the event.

See Also

AutoCompleteEventArgs Class | Skybound.AutoComplete Namespace | VisibleIndex