Class KanbanTappedEventArgs
Provides the card information for the ItemTapped event.
Inheritance
System.Object
KanbanTappedEventArgs
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public class KanbanTappedEventArgs : EventArgs
Constructors
KanbanTappedEventArgs()
Declaration
public KanbanTappedEventArgs()
Properties
Column
Gets the column, where the tapped event occurs.
Declaration
public KanbanColumn Column { get; }
Property Value
Type | Description |
---|---|
KanbanColumn | The column. |
Data
Gets the model data of the tapped card.
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 | Description |
---|---|
System.Int32 | The index. |
ViewCell
Gets the tapped card's view.
Declaration
public View ViewCell { get; }
Property Value
Type | Description |
---|---|
Android.Views.View | The view cell. |