Skip to main content

MapItemEventArgs(MapItem) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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