DataAdapterChangedEventArgs Class
Provides data for the MapDataAdapterBase.DataChanged event.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Remarks
The DataAdapterChangedEventArgs class introduces the DataAdapterChangedEventArgs.UpdateType property, which specifies what type of data update has been performed.
Note that DataAdapterChangedEventArgs objects are automatically created, initialized and passed to the corresponding event handlers.
See Also