DataAdapterChangedEventArgs(MapUpdateType) Constructor
Initializes a new instance of the DataAdapterChangedEventArgs class with the predefined color.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
updateType | MapUpdateType | A MapUpdateType value specifying the type of the update. This value is assigned to the DataAdapterChangedEventArgs.UpdateType property. |
Remarks
Instances of the DataAdapterChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also