Skip to content

CarouselSlideEventArgs

Mika Berglund edited this page Jan 25, 2020 · 1 revision

CarouselSlideEventArgs Class

An arguments class used by events in the Carousel component.

Properties

Name Type Description
Carousel Carousel A reference to the carousel the event was fired from.
From int The zero-based slide index the carousel is transitioning from.
To int The zero-based slide index the carousel is transitioning to.
Direction string The direction of the transition. Can be either left or right.
Clone this wiki locally