Class SelectionChangedEventArgs
Initializes a new instance of the SelectionChangedEventArgs class.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.Maui.Core.Carousel
Assembly: Syncfusion.Maui.Core.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
NewItem
Gets the value of the SelectedItem. This property can be used to select the particular item in SfCarousel.
Declaration
public object NewItem { get; }
Property Value
Type | Description |
---|---|
System.Object | The selected item. |
OldItem
Gets the value of the Previous Item. This property can be used to select the particular item in SfCarousel.
Declaration
public object OldItem { get; }
Property Value
Type | Description |
---|---|
System.Object | The previous item. |