menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanDragLeaveEventArgs - API Reference

    Show / Hide Table of Contents

    Class KanbanDragLeaveEventArgs

    Provides the card information for the Drag​Leave event.

    Inheritance
    System.Object
    System.EventArgs
    KanbanDragEventArgs
    KanbanDragLeaveEventArgs
    Inherited Members
    KanbanDragEventArgs.SelectedCard
    KanbanDragEventArgs.SelectedColumn
    KanbanDragEventArgs.SelectedCardIndex
    KanbanDragEventArgs.SelectedColumnIndex
    KanbanDragEventArgs.SelectedRowIndex
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.WPF.dll
    Syntax
    public class KanbanDragLeaveEventArgs : KanbanDragEventArgs

    Constructors

    KanbanDragLeaveEventArgs()

    Declaration
    public KanbanDragLeaveEventArgs()

    Properties

    LeftColumn

    Gets the target column out of which the user drags the card.

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

    PreviousCardIndex

    Gets the integer value that indicates the previous card index while drag enter into next column.

    Declaration
    public int PreviousCardIndex { get; }
    Property Value
    Type Description
    System.Int32

    PreviousColumnIndex

    Gets the integer value that indicates the previous card's column index while drag enter into next column.

    Declaration
    public int PreviousColumnIndex { get; }
    Property Value
    Type Description
    System.Int32

    PreviousRowIndex

    Gets the integer value that indicates the previous card's row index while drag enter into next column.

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