Fires when the user starts to drag tree items.
Parameters
Parameter | Description |
---|---|
Items | The items about to be dragged |
Shift | Indicates whether or not the SHIFT key is down |
Ctrl | Indicates whether or not the CTRL key is down |
Remarks
The OnDragStart event fires when the user starts to drag items. The Items parameter is a comma delimited list of the items the user is starting to drag. The Shift and Ctrl parameters indicate the current state of the SHIFT and CTRL keys respectively. They will be set to 1 if their respective keys are pressed.
The Cancel property is set to 0 before this event starts. If you want to prevent the user from dragging the items, set the Cancel property to 1.
See the Drag and Drop topic for more details.