Back to Devexpress

DragDropEvents Events

windowsforms-devexpress-dot-utils-dot-dragdrop-dot-dragdropevents-dot-underscore-events.md

latest1.7 KB
Original Source

DragDropEvents Events

Provides access to a control’s Drag-and-Drop Behavior events.

NameDescription
BeginDragDropOccurs when a drag-and-drop operation is initiated.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DragDropOccurs when a data element is dropped on the control.
DragEnterOccurs when a data element is dragged into the control’s bounds.
DragLeaveOccurs when a data element is dragged out of the control’s bounds.
DragOverOccurs when a data element is dragged over the control’s bounds.
EndDragDropOccurs when a drag-and-drop operation is completed.

See Also

DragDropEvents Class

DragDropEvents Members

DevExpress.Utils.DragDrop Namespace