GiveFeedbackEvent Class

Methods | Fields | This Package | All Packages

Provides data for the giveFeedBack event of the Control object.

Event
  |
  +--GiveFeedbackEvent

package com.ms.wfc.ui

public class GiveFeedbackEvent
extends
Event****

Remarks

The giveFeedBack event occurs during a drag operation. It allows the source of a drag event to modify the mouse pointer to give the user visual feedback during a drag-and-drop operation. A GiveFeedbackEvent object specifies the type of drag-and-drop operation and whether default cursors are used.

For information about the WFC event model, see .