FileDataAdapterBase.ItemsLoaded Event
Occurs when items are loaded.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
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