Class KanbanDoubleTappedEventArgs
Contains arguments relevant to double tapped event.
Inheritance
System.Object
System.EventArgs
KanbanDoubleTappedEventArgs
Inherited Members
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 KanbanDoubleTappedEventArgs : EventArgs
Constructors
KanbanDoubleTappedEventArgs()
Declaration
public KanbanDoubleTappedEventArgs()
Properties
SelectedCard
Gets the selected card's instance.
Declaration
public KanbanCardItem SelectedCard { get; }
Property Value
Type | Description |
---|---|
KanbanCardItem |
SelectedCardIndex
Gets a value that indicates the index of dragging card.
Declaration
public int SelectedCardIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SelectedColumn
Gets the selected card's column instance.
Declaration
public KanbanColumn SelectedColumn { get; }
Property Value
Type | Description |
---|---|
KanbanColumn |