menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanTappedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved