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

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