AutoComplete for ASP.NET Web Forms
OnClientSearch Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1AutoComplete Namespace > C1AutoComplete Class : OnClientSearch Property
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
public System.string OnClientSearch {get; set;}
See Also

Reference

C1AutoComplete Class
C1AutoComplete Members