menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanTappedEventArgs - Xamarin.Android 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.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved