| Part | Description |
|
| object | Required. A valid object name. |
| index | Required. The index of the Page in a MultiPage that the drop or paste 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 target control. |
| Action | Required. Indicates the result, based on the current keyboard settings, of the pending drag-and-drop operation. |
| 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 position of the mouse pointer when the drop occurs. 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.. |
| Effect | Required. Effect of the drag-and-drop operation on the target control. |
| Shift | Required. Specifies the state of SHIFT, CTRL, and ALT. |