onDrop property - ElementList class - dart:html library (original) (raw)
ElementStream<MouseEvent> getonDrop
A stream of drop
events fired when a dragged object is dropped on this element.
Other resources
- Drag and drop samplebased on the tutorialfrom HTML5Rocks.
- Drag and drop specificationfrom WHATWG.
Implementation
ElementStream<MouseEvent> get onDrop;