Click or drag to resize

MouseEventArgs Class

Mouse event arguments.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class MouseEventArgs : EventArgs

The MouseEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMouseEventArgs
Initializes a new instance of the MouseEventArgs class.
Top
Properties
  NameDescription
Public propertyButtons
Gets the mouse buttons involved in the event.
Public propertyDelta
Gets or sets the delta change of the scroll wheel for the event.
Public propertyHandled
Gets or sets a value indicating whether the event is handled.
Public propertyLocation
Gets the location of the mouse relative to the control that raised the event.
Public propertyModifiers
Gets the key modifiers such as Control, Alt, or Shift.
Public propertyPressure
Gets or sets the pressure of the mouse/stylus press, if applicable. 1.0 if full pressure or not supported.
Top
See Also