Click or drag to resize

MouseEventArgs Class

Base EventArgs class, which provides data for mouse events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Easymap.AddIn.CommonWindowlessComponentEventArgs
      Easymap.AddIn.CommonMouseEventArgs

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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