Class CardVisibleIndexChangingEventArgs
Holds the visible card index changing event args.
Inheritance
System.Object
CardVisibleIndexChangingEventArgs
Namespace: Syncfusion.Maui.Cards
Assembly: Syncfusion.Maui.Cards.dll
Syntax
public class CardVisibleIndexChangingEventArgs : CancelEventArgs
Constructors
CardVisibleIndexChangingEventArgs()
Declaration
public CardVisibleIndexChangingEventArgs()
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> |