DragDropEvents Events
Provides access to a control’s Drag-and-Drop Behavior events.Name | Description |
---|---|
BeginDragDrop | Occurs when a drag-and-drop operation is initiated. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
DragDrop | Occurs when a data element is dropped on the control. |
DragEnter | Occurs when a data element is dragged into the control’s bounds. |
DragLeave | Occurs when a data element is dragged out of the control’s bounds. |
DragOver | Occurs when a data element is dragged over the control’s bounds. |
EndDragDrop | Occurs when a drag-and-drop operation is completed. |
See Also