C1CarouselItemEventHandler Delegate
ItemDataBound Represents the method that will handle an data binding events of
C1CarouselItem. Such as
C1CarouselItem.BoundItemCreated event and
C1CarouselItem.ItemDataBound event.
'Declaration
Public Delegate Sub C1CarouselItemEventHandler( _
ByVal As System.Object, _
ByVal As C1CarouselItemEventArgs _
)
Parameters
- sender
- The source of the event.
- args
- An C1CarouselItemEventArgs that contains event data.