ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / OnClientClose Property

In This Topic
    OnClientClose Property (C1ComboBox)
    In This Topic
    A function called when drop-down list is closed.
    Syntax
    'Declaration
     
    Public Property OnClientClose As System.String
    public System.string OnClientClose {get; set;}
    See Also