| Part | Description |
|
| object | Required. A valid object name. |
| index | Required. The index of the Page in a MultiPage that the drag-and-drop operation will affect. |
| Cancel | Required. Event status. False indicates that the control should handle the event (default). True indicates the application handles the event. |
| ctrl | Required. The control being dragged over. |
| Data | Required. Data that is dragged in a drag-and-drop operation. The data is packaged in a DataObject. |
| X, Y | Required. The horizontal and vertical coordinates of the control's position. Both coordinates are measured in points. X is measured from the left edge of the control; Y is measured from the top of the control.. |
| DragState | Required. Transition state of the data being dragged. |
| Effect | Required. Operations supported by the drop source. |
| Shift | Required. Specifies the state of SHIFT, CTRL, and ALT. |