MapItemClickEventArgs(MapItem, MouseEventArgs) Constructor
Initializes a new instance of the MapItemClickEventArgs class with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | MapItem | A MapItem value specifying a map item to be clicked. This value is assigned to the MapItemEventArgs.Item property. |
args | MouseEventArgs | A MouseEventArgs object that contains information on the clicked map item. |
Remarks
Instances of the MapItemClickEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also