Skip to main content
All docs
V26.1
  • DragDropManager Events

    Represents the Drag-and-Drop Behavior manager.
    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.
    QueryDragPreviewImage Allows you to provide a preview of the dragged data elements.
    See Also