C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / C1AutoComplete Class / OnClientSelect Property

In This Topic
OnClientSelect Property (C1AutoComplete)
In This Topic
The name of the function which will be called when an item is selected from the menu; ui.item refers to the selected item. The default action of select is to replace the text field's value with the value of the selected item. Canceling this event prevents the value from being updated, but does not prevent the menu from closing.
Syntax
'Declaration
 
Public Property OnClientSelect As System.String
 
See Also