Share via


MouseEvent Class

Methods | Fields | This Package | All Packages

Provides data for the the mouseDown, mouseEnter, mouseLeave, mouseMove, or mouseUp event of a Control object.

Event
  |
  +--MouseEvent

package com.ms.wfc.ui

public class MouseEvent
extends
Event****

Remarks

The mouseDown event occurs when the user presses the mouse down over this control. The mouseEnter event occurs when the mouse first moves over this control. The mouseLeave event occurs when the mouse first moves out of this control. The mouseMove event occurs when the user moves the mouse over this control. The mouseUp event occurs when the user releases a mouse button inside the control. A MouseEvent object specifies which mouse button was pressed, how many times the mouse button was pressed, the coordinates of the location of the mouse click, and the amount the mouse wheel moved.

For information about the WFC event model, see .