AutoComplete for ASP.NET Web Forms
OnClientFocus Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1AutoComplete Namespace > C1AutoComplete Class : OnClientFocus Property
The name of the function which will be called before focus is moved to an item (not selecting), ui.item refers to the focused item. The default action of focus is to replace the text field's value with the value of the focused item, though only if the focus event was triggered by a keyboard interaction. Canceling this event prevents the value from being updated, but does not prevent the menu item from being focused.
Syntax
'Declaration
 
Public Property OnClientFocus As System.String
public System.string OnClientFocus {get; set;}
See Also

Reference

C1AutoComplete Class
C1AutoComplete Members