Click or drag to resize

MouseEventArgs Properties

The MouseEventArgs type exposes the following members.

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