windowsforms-devexpress-dot-xtramap-f1785b97.md
Provides data for the MapDataAdapterBase.DataChanged event.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public class DataAdapterChangedEventArgs :
EventArgs
Public Class DataAdapterChangedEventArgs
Inherits EventArgs
DataAdapterChangedEventArgs is the data class for the following events:
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.
Object EventArgs DataAdapterChangedEventArgs
See Also