Class VisibleCardIndexChangingEventArgs
Holds the VisibleCardIndexChanging event args.
Inherited Members
Namespace: Syncfusion.XForms.Cards
Assembly: Syncfusion.Cards.XForms.dll
Syntax
public class VisibleCardIndexChangingEventArgs : CancelEventArgs
Constructors
VisibleCardIndexChangingEventArgs()
Declaration
public VisibleCardIndexChangingEventArgs()
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 |