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

In This Topic
    ItemDataBound Event
    In This Topic
    Occurs after C1CarouselItem is created in data binding.
    Syntax
    'Declaration
     
    Public Event ItemDataBound As C1CarouselItemEventHandler
    public event C1CarouselItemEventHandler ItemDataBound
    Event Data

    The event handler receives an argument of type C1CarouselItemEventArgs containing data related to this event. The following C1CarouselItemEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the C1CarouselItem related with this event.  
    See Also