Thank you for your feedback! You have rated this topic in the last 30 days.
WinCarousel Events
This topic provides an overview of the UltraCarousel control’s commonly used events.
Events Summary
Event Name
Description
AnimationCompleted
This event is triggered after the carousel items stop scrolling or rotating along the path.
Note
Note
If the AnimationStarting event is cancelled, this event will not be raised.
AnimationStarting
This event is triggered before the carousel items start scrolling or rotating along the path.
DataItemsCollectionPopulated
This event is triggered when the carousel items have been populated through data binding, in which the UltraCarousel is bound to a DataSet object.
DataItemsCollectionPopulating
This event is triggered while the carousel items are being populated through data binding, in which the UltraCarousel is bound to a DataSet object.
InitializeDataItem
This event is triggered when the carousel items are created through data binding of the UltraCarousel to a DataSet object.
Note
Note
Adding items to the control will not trigger this event.
ItemActivated
This event is triggered when the active carousel item has changed. Any item at any point can be active when clicked.
Note
Note
If the ItemActivating event is cancelled, this event will not be raised.
ItemActivating
This event is triggered before the active carousel item has changed, which takes place before the items are rotated along the path.
ItemClick
This event is triggered when a carousel item is clicked.
Note
Note
This event is only triggered when the control’s SelectionType is set to None (Other options are: Extended and Single ), otherwise the ItemSelectionChanging and ItemSelectionChanged events are triggered.
ItemSelectionChanged
This event is triggered when item selection has changed.