Class KanbanDragStartEventArgs
This class provides card information for the DragStart event.
Inherited Members
Namespace: Syncfusion.Maui.Kanban
Assembly: Syncfusion.Maui.Kanban.dll
Syntax
public class KanbanDragStartEventArgs : KanbanDragEventArgs
Constructors
KanbanDragStartEventArgs()
Initializes a new instance of the KanbanDragStartEventArgs class.
Declaration
public KanbanDragStartEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the drag start operation should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |