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

MapItemsLoadedEventArgs(IEnumerable<MapItem>) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public MapItemsLoadedEventArgs(
    IEnumerable<MapItem> items
)

Parameters

Name Type Description
items IEnumerable<MapItem>

A set of MapItem class descendant objects.

See Also