| C1.Web.Wijmo.Controls.C1Carousel Namespace > C1Carousel Class : ItemDataBound Event |
'Declaration<C1CategoryAttribute("Misc")> <C1DescriptionAttribute(Key="C1Carousel.ItemDataBound", Description="Occurs after C1CarouselItem is created in data binding.")> Public Event ItemDataBound As C1CarouselItemEventHandler
[C1Category("Misc")] [C1Description(Key="C1Carousel.ItemDataBound", Description="Occurs after C1CarouselItem is created in data binding.")] public event C1CarouselItemEventHandler ItemDataBound
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.
| Property | Description |
|---|---|
| Item | Gets the C1CarouselItem related with this event. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2