ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / OnClientChanged Property

In This Topic
    OnClientChanged Property
    In This Topic
    A function called when select item is changed.
    Syntax
    'Declaration
     
    Public Property OnClientChanged As System.String
    public System.string OnClientChanged {get; set;}
    See Also