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

In This Topic
    OnClientCreate Property
    In This Topic
    The name of the function which will be called when autocomplete is created.
    Syntax
    'Declaration
     
    Public Property OnClientCreate As System.String
    public System.string OnClientCreate {get; set;}
    See Also