ComponentOne Carousel for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / C1Carousel Class / OnClientLoadCallback Property

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