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 |