DhElement.addOnDragStart

Overview | Methods | This Package | All Packages

DhElement.addOnDragStart

Assigns a delegate to the dragStart event.

Syntax

final public void addOnDragStart ( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs. 

Remarks

This delegate specifies a method that is called at the beginning of a drag-drop operation.

Not all elements support all events exposed in DhElement.  

See Also   removeOnDragStart