Version

AnimationCompleted Event

Occurs after the UltraCarousel finishes its animation.
Syntax
'Declaration
 
Public Event AnimationCompleted As EventHandler(Of AnimationCompletedEventArgs)
public event EventHandler<AnimationCompletedEventArgs> AnimationCompleted