Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 924 Bytes

dragdrop.md

File metadata and controls

17 lines (12 loc) · 924 Bytes

DragDrop

Properties

Properties Description
allowDrop(value: bool) Sets the AllowDrop property.

Events

Properties Description
onDragEnter(fn: DragEventArgs -> 'msg) Raised when a drag-and-drop operation enters the element.
onDragLeave(fn: DragEventArgs -> 'msg) Raised when a drag-and-drop operation leaves the element.
onDragOver(fn: DragEventArgs -> 'msg) Raised when a drag-and-drop operation is in progress over the element.
onDrop(fn: DragEventArgs -> 'msg) Raised when a drag-and-drop operation is dropped on the element.