ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / C1AutoComplete Class / OnClientOpen Property

In This Topic
    OnClientOpen Property (C1AutoComplete)
    In This Topic
    The name of the function which will be called when the suggestion menu is opened.
    Syntax
    'Declaration
     
    Public Property OnClientOpen As System.String
    public System.string OnClientOpen {get; set;}
    See Also