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

In This Topic
    OnClientChange Property
    In This Topic
    The name of the function which will be called when the field is blurred, if the value has changed; ui.item refers to the selected item.
    Syntax
    'Declaration
     
    Public Property OnClientChange As System.String
    public System.string OnClientChange {get; set;}
    See Also