Skip to main content

DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> Events

Represents a base class for the Drag-and-Drop Behavior.
Name Description
BeginDragDrop Occurs when a drag-and-drop operation is initiated.
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