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

In This Topic
    OnClientAfterScroll Property
    In This Topic
    The name of the function which will be called after scrolling to another image.
    Syntax
    'Declaration
     
    Public Property OnClientAfterScroll As System.String
    public System.string OnClientAfterScroll {get; set;}
    See Also