'Declaration Public Event ItemDataBinding As C1CarouselItemEventHandler
public event C1CarouselItemEventHandler ItemDataBinding
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.
Property | Description |
---|---|
Item | Gets the C1CarouselItem related with this event. |
See Also