A newer version of this page is available.
Switch to the current version.
FileDataAdapterBase.ItemsLoaded Event
Occurs when items are loaded.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
public event ItemsLoadedEventHandler ItemsLoaded
Public Event ItemsLoaded As ItemsLoadedEventHandler
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
Feedback