Class SelectionChangedEventArgs
Selection changed event arguments class.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.SfCarousel.iOS
Assembly: Syncfusion.SfCarousel.iOS.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
NewItem
Gets or sets the new item.
Declaration
public SfCarouselItem NewItem { get; set; }
Property Value
Type | Description |
---|---|
SfCarouselItem | The new item. |
OldItem
Gets or sets the old item.
Declaration
public SfCarouselItem OldItem { get; set; }
Property Value
Type | Description |
---|---|
SfCarouselItem | The old item. |