Skip to main content

DataAdapterChangedEventArgs(MapUpdateType) Constructor

Initializes a new instance of the DataAdapterChangedEventArgs class with the predefined color.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public DataAdapterChangedEventArgs(
    MapUpdateType updateType
)

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