menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class KanbanDragEndEventArgs

    Provides the card information for the DragEnd event.

    Inheritance
    System.Object
    KanbanDragEventArgs
    KanbanDragEndEventArgs
    Inherited Members
    KanbanDragEventArgs.Data
    KanbanDragEventArgs.SourceColumn
    KanbanDragEventArgs.SourceIndex
    Namespace: Syncfusion.SfKanban.XForms
    Assembly: Syncfusion.SfKanban.XForms.dll
    Syntax
    public class KanbanDragEndEventArgs : KanbanDragEventArgs

    Constructors

    KanbanDragEndEventArgs()

    Initializes a new instance of the KanbanDragEndEventArgs class.

    Declaration
    public KanbanDragEndEventArgs()

    KanbanDragEndEventArgs(KanbanColumn, KanbanColumn, Int32, Int32, Object, Object, Boolean)

    Initializes a new instance of the KanbanDragEndEventArgs class.

    Declaration
    public KanbanDragEndEventArgs(KanbanColumn sourceColumn, KanbanColumn targetColumn, int sourceIndex, int targetIndex, object data, object targetCategory, bool cancel)
    Parameters
    Type Name Description
    KanbanColumn sourceColumn

    sourceColumn.

    KanbanColumn targetColumn

    targetColumn.

    System.Int32 sourceIndex

    sourceIndex.

    System.Int32 targetIndex

    targetIndex.

    System.Object data

    data.

    System.Object targetCategory

    targetCategory.

    System.Boolean cancel

    cancel.

    Properties

    Cancel

    Gets or sets a value indicating whether to insert the card in the target column.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    TargetCategory

    Gets the card's current category value.

    Declaration
    public object TargetCategory { get; }
    Property Value
    Type
    System.Object

    TargetColumn

    Gets the target column upon which the card is dropped.

    Declaration
    public KanbanColumn TargetColumn { get; }
    Property Value
    Type Description
    KanbanColumn

    KanbanColumn.

    TargetIndex

    Gets the index in the target column where the card is going to be inserted.

    Declaration
    public int TargetIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved