menu

MAUI Toolkit

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

    Show / Hide Table of Contents

    Class CardVisibleIndexChangedEventArgs

    Holds the visible card index changed event args.

    Inheritance
    System.Object
    CardVisibleIndexChangedEventArgs
    Namespace: Syncfusion.Maui.Toolkit.Cards
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class CardVisibleIndexChangedEventArgs : EventArgs

    Constructors

    CardVisibleIndexChangedEventArgs()

    Declaration
    public CardVisibleIndexChangedEventArgs()

    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