An object that can initiate drag actions with the drag and drop manager.
public function dispatchEvent(event:Event):void Parameters
public function dispatchEventWith(type:String, bubbles:Boolean = false, data:Object = null):void Parameters
| type:String |
| |
| bubbles:Boolean (default = false) |
| |
| data:Object (default = null) |
Event Object Type: feathers.events.DragDropEventDragDropEvent.type property = =feathers.events.DragDropEvent.DRAG_COMPLETE
Dispatched when the drop has been completed or when the drag has been
cancelled.
Event Object Type: feathers.events.DragDropEventDragDropEvent.type property = =feathers.events.DragDropEvent.DRAG_START
Dispatched when the drag and drop manager begins the drag.
Thu Jan 16 2014, 01:11 PM +08:00