Usage
TheuseDragDropMonitor hook allows you to monitor drag and drop events within a DragDropProvider:
Events
Notes
- The hook must be used within a
DragDropProvider - Event handlers receive both the event data and the manager instance
- Use
event.preventDefault()on preventable events to stop their default behavior - The
dragEndevent includes acanceledproperty that replaces the oldonDragCancelevent