Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.addOnQueryContinueDrag

Assigns a delegate to the queryContinueDrag event.

Syntax

public final void addOnQueryContinueDrag( QueryContinueDragEventHandler value )

Parameters

value

The QueryContinueDragEventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the queryContinueDrag event to that method in the Properties window. The queryContinueDrag event occurs during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled.

See Also   removeOnQueryContinueDrag