ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / C1AutoComplete Class / OnClientSearch Property

In This Topic
    OnClientSearch Property
    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
    public System.string OnClientSearch {get; set;}
    See Also