Skip to main content

MapItemCreatingEventArgs(MapItem) Constructor

Initializes a new instance of the MapItemCreatingEventArgs class with the specified values of event arguments.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapItemCreatingEventArgs(
    MapItem item
)

Parameters

Name Type Description
item MapItem

The map item that is currently being created.

Remarks

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

See Also