Class CardVisibleIndexChangedEventArgs
Holds the visible card index changed event args.
Inheritance
System.Object
CardVisibleIndexChangedEventArgs
Namespace: Syncfusion.Maui.Cards
Assembly: Syncfusion.Maui.Cards.dll
Syntax
public class CardVisibleIndexChangedEventArgs : EventArgs
Constructors
CardVisibleIndexChangedEventArgs()
Declaration
public CardVisibleIndexChangedEventArgs()
Properties
NewIndex
Gets the next possible card index.
Declaration
public Nullable<int> NewIndex { get; }
Property Value
Type |
---|
System.Nullable<System.Int32> |
OldIndex
Gets the current swiping card index.
Declaration
public Nullable<int> OldIndex { get; }
Property Value
Type |
---|
System.Nullable<System.Int32> |