Skip to main content

ExportMapItemEventArgs(MapItem) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public ExportMapItemEventArgs(
    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 ExportMapItemEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also