Back to Devexpress

IMapDataAdapter.DataChanged Event

windowsforms-devexpress-dot-xtramap-dot-imapdataadapter-6cf2b34a.md

latest1.2 KB
Original Source

IMapDataAdapter.DataChanged Event

Occurs when data is changed.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
event DataAdapterChangedEventHandler DataChanged
vb
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.

See Also

IMapDataAdapter Interface

IMapDataAdapter Members

DevExpress.XtraMap Namespace