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

In This Topic
    OnClientTextChanged Property
    In This Topic
    A function called when when the Text property is changed.
    Syntax
    'Declaration
     
    Public Property OnClientTextChanged As System.String
    public System.string OnClientTextChanged {get; set;}
    See Also