ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Carousel Namespace / C1CarouselExtender 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