Microsoft SDK for Java

Control.onDragDrop

Triggers the dragDrop event.

Syntax

protected void onDragDrop( DragEvent event )

Parameters

event

A DragEvent object that provides the event data.

Remarks

When overriding this method, call super.onDragDrop.

See Also   addOnDragDrop

© 1999 Microsoft Corporation. All rights reserved. Terms of use.