Skip to main content
A newer version of this page is available. .

MapItemEventArgs(MapItem) Constructor

Initializes a new instance of the MapItemEventArgs class with the specified map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public MapItemEventArgs(
    MapItem item
)

Parameters

Name Type Description
item MapItem

A MapItem value specifying a map item in the map control. This value is assigned to the MapItemEventArgs.Item property.

Remarks

Instances of the MapItemEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also