FileDataAdapterBase.ItemsLoaded Event
Occurs when items are loaded.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v26.1.dll
Declaration
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