Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.addOnDragEnter

Assigns a delegate to the dragEnter event.

Syntax

public final void addOnDragEnter( DragEventHandler value )

Parameters

value

The DragEventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the dragEnter event to that method in the Properties window. The dragEnter event occurs when the user moves the mouse pointer into the control while dragging an object with the mouse.

See Also   removeOnDragEnter