menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanCardTappedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanCardTappedEventArgs

    This class provides card information for the CardTapped event.

    Inheritance
    System.Object
    KanbanCardTappedEventArgs
    Namespace: Syncfusion.Maui.Kanban
    Assembly: Syncfusion.Maui.Kanban.dll
    Syntax
    public class KanbanCardTappedEventArgs : EventArgs

    Constructors

    KanbanCardTappedEventArgs()

    Initializes a new instance of the KanbanCardTappedEventArgs class.

    Declaration
    public KanbanCardTappedEventArgs()

    Properties

    Column

    Gets the column where the tapped event occurs.

    Declaration
    public KanbanColumn Column { get; }
    Property Value
    Type
    KanbanColumn

    Data

    Gets the data of the tapped card.

    Declaration
    public object Data { get; }
    Property Value
    Type
    System.Object

    Index

    Gets the index of the tapped card.

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved