Skip to main content

MapItemEventArgs(MapItem) Constructor

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

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public MapItemEventArgs(
    MapItem item
)

Parameters

Name Type Description
item MapItem

A MapItem object specifying the map item for the event. 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