Skybound AutoComplete

AutoCompleteEventArgs.ItemValue Property

Gets the item object for which the event was raised.

[Visual Basic]
Public ReadOnly Property ItemValue As Object
[C#]
public object ItemValue {get;}

Property Value

The item object for which the event was raised.

Remarks

This property returns the actual value of one of the objects in the Items collection of the AutoComplete instance which raised the event.

See Also

AutoCompleteEventArgs Class | Skybound.AutoComplete Namespace | ItemIndex