Back to Devexpress

MapControl.MapItemDoubleClick Event

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-cad653f7.md

latest1.6 KB
Original Source

MapControl.MapItemDoubleClick Event

Occurs when a map item of the Map Control is double clicked.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public event MapItemClickEventHandler MapItemDoubleClick
vb
Public Event MapItemDoubleClick As MapItemClickEventHandler

Event Data

The MapItemDoubleClick event's data class is MapItemClickEventArgs. The following properties provide information specific to this event:

PropertyDescription
HandledGets or sets a value specifying whether an event has been handled.
ItemGets a map item to be represented in the map control. Inherited from MapItemEventArgs.
MouseArgsReturns data for the MouseUp , MouseDown , and MouseMove events.

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace