Hi all,
I have 5 button elements in the radCarousel, each button is to open up different winforms.
is it possible that, when selecting which button to open which type of forms, let the carousel's animation finish 1st, before my form starts popping out??
rgds,
Jack
2 Answers, 1 is accepted
0
Accepted
Peter
Telerik team
answered on 17 Apr 2009, 11:12 AM
Hi Jack,
Thank you for writing.
You, should use RadCarousel.CarouselElement.AnimationFinished event to achieve the desired behavior.
For example:
//subscribe AnimationFinished event
this.radCarousel1.CarouselElement.AnimationFinished += new EventHandler(CarouselElement_AnimationFinished);