OnClientSearch Property (C1AutoComplete)
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.
public System.string OnClientSearch {get; set;}
'Declaration
Public Property OnClientSearch As System.String