Click or drag to resize

MouseEventArgs Class

Base EventArgs class, which provides data for mouse events.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class MouseEventArgs : WindowlessComponentEventArgs

The MouseEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyButton
The currently pressed MouseButtons
Public propertyPoint
The current mouse position
Top
See Also