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

In This Topic
    OnClientTextChanged Property (C1ComboBoxExtender)
    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