Skip to main content
A newer version of this page is available. .

DataAdapterChangedEventArgs(MapUpdateType) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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