Skip to main content

FileDataAdapterBase.ItemsLoaded Event

Occurs when items are loaded.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public event ItemsLoadedEventHandler ItemsLoaded

Event Data

The ItemsLoaded event's data class is ItemsLoadedEventArgs. The following properties provide information specific to this event:

Property Description
Items Returns the list of loaded map items.
See Also