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

In This Topic
    OnClientResponse Property
    In This Topic
    The name of the function which will be called when a search completes, even if the menu will not be shown because there are no results or the Autocomplete is disabled.
    Syntax
    'Declaration
     
    Public Property OnClientResponse As System.String
    public System.string OnClientResponse {get; set;}
    See Also