Class SelectionChangedEventArgs
Initializes a new instance of the SelectionChangedEventArgs class.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Com.Syncfusion.Carousel
Assembly: Syncfusion.SfCarousel.Android.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
SfCarousel
Gets or sets the carousel.
Declaration
public SfCarousel SfCarousel { get; set; }
Property Value
Type | Description |
---|---|
SfCarousel | The carousel. |
SfCarouselItem
Gets or sets the index of the selected.
Declaration
public SfCarouselItem SfCarouselItem { get; set; }
Property Value
Type | Description |
---|---|
SfCarouselItem | The index of the selected. |