Base EventArgs class, which provides data for mouse events.
Inheritance Hierarchy
Namespace:
Easymap.AddIn.Common
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.1.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