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