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
Syntaxpublic class MouseEventArgs : WindowlessComponentEventArgs
Public Class MouseEventArgs
Inherits WindowlessComponentEventArgs
The MouseEventArgs type exposes the following members.
Properties
| Name | Description |
---|
 | Button |
The currently pressed MouseButtons
|
 | Point |
The current mouse position
|
Top
See Also