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

MapItemCreatingEventArgs(MapItem) Constructor

Initializes a new instance of the MapItemCreatingEventArgs class.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapItemCreatingEventArgs(
    MapItem item
)

Parameters

Name Type Description
item MapItem

The map item that is in the create process.

See Also