Class KanbanTappedEventArgs
Provides the card information for the ItemTapped event.
Inheritance
System.Object
KanbanTappedEventArgs
Namespace: Syncfusion.SfKanban.XForms
Assembly: Syncfusion.SfKanban.XForms.dll
Syntax
public class KanbanTappedEventArgs : EventArgs
Constructors
KanbanTappedEventArgs()
Initializes a new instance of the KanbanTappedEventArgs class.
Declaration
public KanbanTappedEventArgs()
KanbanTappedEventArgs(KanbanColumn, Int32, Object)
Initializes a new instance of the KanbanTappedEventArgs class.
Declaration
public KanbanTappedEventArgs(KanbanColumn column, int index, object data)
Parameters
Type | Name | Description |
---|---|---|
KanbanColumn | column | column. |
System.Int32 | index | index. |
System.Object | data | data. |
Properties
Column
Gets the column, where the tapped event occurs.
Declaration
public KanbanColumn Column { get; }
Property Value
Type | Description |
---|---|
KanbanColumn |
Data
Gets the model data of the tapped item.
Declaration
public object Data { get; }
Property Value
Type | Description |
---|---|
System.Object | The data. |
Index
Gets the index of the tapped card.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |