Skip to main content

MapItemsLoadedEventArgs(IEnumerable<MapItem>) Constructor

Initializes a new instance of the MapItemsLoadedEventArgs class with specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapItemsLoadedEventArgs(
    IEnumerable<MapItem> items
)

Parameters

Name Type Description
items IEnumerable<MapItem>

A set of MapItem class descendant objects.

See Also