menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class VisibleCardIndexChangingEventArgs

    Holds the VisibleCardIndexChanging event args.

    Inheritance
    System.Object
    CancelEventArgs
    VisibleCardIndexChangingEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved