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

In This Topic
    OnClientClose Property
    In This Topic
    The name of the function which will be called when the list is hidden - doesn't have to occur together with a change.
    Syntax
    'Declaration
     
    Public Property OnClientClose As System.String
    public System.string OnClientClose {get; set;}
    See Also