Class VisibleCardIndexChangedEventArgs
Holds the VisibleCardIndexChanged event args.
Inheritance
System.Object
VisibleCardIndexChangedEventArgs
Namespace: Syncfusion.XForms.Cards
Assembly: Syncfusion.Cards.XForms.dll
Syntax
public class VisibleCardIndexChangedEventArgs : EventArgs
Constructors
VisibleCardIndexChangedEventArgs()
Declaration
public VisibleCardIndexChangedEventArgs()
Properties
NewCard
Gets the next possible swiping card.
Declaration
public SfCardView NewCard { get; }
Property Value
Type |
---|
SfCardView |
OldCard
Gets the current swiping card.
Declaration
public SfCardView OldCard { get; }
Property Value
Type |
---|
SfCardView |