Click or drag to resize

IMouseInputSource Events

The IMouseInputSource type exposes the following members.

Events
  NameDescription
Public eventMouseDoubleClick
Occurs when a mouse button is double clicked within the bounds of the control
Public eventMouseDown
Occurs when a mouse button has been pressed
Public eventMouseEnter
Occurs when the mouse enters the bounds of the control
Public eventMouseLeave
Occurs when mouse leaves the bounds of the control
Public eventMouseMove
Occurs when mouse moves within the bounds of the control, or when the mouse is captured
Public eventMouseUp
Occurs when a mouse button is released
Public eventMouseWheel
Occurs when mouse wheel has been changed
Top
See Also