Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanTappedEventArgs - Xamarin.iOS API Reference | Syncfusion ItemTapped event. ">

    Show / Hide Table of Contents

    Class KanbanTappedEventArgs

    Provides the card information for the ItemTapped event.

    Inheritance
    System.Object
    KanbanTappedEventArgs
    Namespace: Syncfusion.SfKanban.iOS
    Assembly: Syncfusion.SfKanban.iOS.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 UIView ViewCell { get; }
    Property Value
    Type Description
    UIKit.UIView

    The view cell.

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