Click or drag to resize

IMouseInputSource Interface

Defines an interface for controls or classes that implement mouse events.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IMouseInputSource

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