onStartDragging Property

onStartDragging

Delegate called when mouse begins dragged. It usually should start a drag operation using the DragAndDrop API.

Declaration
public Action onStartDragging { get; set; }
Property Value
Action