-
Notifications
You must be signed in to change notification settings - Fork 7
CarouselSlideEventArgs
Mika Berglund edited this page Jan 25, 2020
·
1 revision
An arguments class used by events in the Carousel component.
| 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. |
- Home
- Design Principles
- Getting Started
- Components
- Content
- Layout Components
- Generic Elements
- Utilities
- Releases