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

ExportMapItemEventArgs(MapItem) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

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