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

In This Topic
OnClientSearch Property (C1AutoComplete)
In This Topic
The name of the function which will be called Before a request (source-option) is started, after minLength and delay are met. Can be canceled (return false), then no request will be started and no items suggested.
Syntax
'Declaration
 
Public Property OnClientSearch As System.String
 
See Also