Property DragStarted
DragStarted
Gets or sets whether drag operation was actually started.
public bool DragStarted { get; set; }
Property Value
Remarks
Set this property true
if you want to start drag operation.
See DragStart for the details.