MapDataAdapterBase.DataChanged Event
In This Article
Occurs when data is changed.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public event DataAdapterChangedEventHandler DataChanged
#Event Data
The DataChanged event's data class is DataAdapterChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Update |
Returns the type of the map update. |
#Implements
See Also