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

In This Topic
    OnClientOpen Property
    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