MapItemClickEventArgs.MouseArgs Property
Returns data for the MouseUp, MouseDown, and MouseMove events.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
MouseEventArgs | A System.Windows.Forms.MouseEventArgs object which provides data for the mouse events. |
See Also