Back to Devexpress

MapDataAdapterBase.DataChanged Event

windowsforms-devexpress-dot-xtramap-dot-mapdataadapterbase-5a827341.md

latest1.3 KB
Original Source

MapDataAdapterBase.DataChanged Event

Occurs when data is changed.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public event DataAdapterChangedEventHandler DataChanged
vb
Public Event DataChanged As DataAdapterChangedEventHandler

Event Data

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

PropertyDescription
UpdateTypeReturns the type of the map update.

Implements

DataChanged

See Also

MapDataAdapterBase Class

MapDataAdapterBase Members

DevExpress.XtraMap Namespace