Fires when the user drags tree items into the control area.
Parameters
Parameter | Description |
---|---|
SourceCtrl | The tree from where the items are being dragged |
Items | The items being dragged |
Shift | Indicates whether or not the SHIFT key is down |
Ctrl | Indicates whether or not the CTRL key is down |
Remarks
The OnDragEnter event fires when the user drags items into the client space of this control. The SourceCtrl contains the CtrlEntId of the tree from where the items are being dragged. The Items parameter is a comma delimited list of the items themselves. 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.
See the Drag and Drop topic for more details.