menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class CardVisibleIndexChangingEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CardVisibleIndexChangingEventArgs

    Holds the visible card index changing event args.

    Inheritance
    System.Object
    CardVisibleIndexChangingEventArgs
    Namespace: Syncfusion.Maui.Toolkit.Cards
    Assembly: Syncfusion.Maui.Toolkit.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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved