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

IMapDataAdapter.DataChanged Event

Occurs when data is changed.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

event DataAdapterChangedEventHandler DataChanged

Event Data

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

Property Description
UpdateType Returns the type of the map update.
See Also