menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisibleCardIndexChangedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved