Microsoft SDK for Java

Control.addOnGiveFeedback

Assigns a delegate to the giveFeedback event.

Syntax

public final void addOnGiveFeedback( GiveFeedbackEventHandler value )

Parameters

value

The GiveFeedbackEventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the giveFeedback event to that method in the Properties window. The giveFeedback event occurs during a drag operation and allows the source of a drag event to modify the mouse pointer to give the user visual feedback during a drag-and-drop operation.

See Also   removeOnGiveFeedback

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