Back to Devexpress

DataAdapterChangedEventArgs.UpdateType Property

windowsforms-devexpress-dot-xtramap-dot-dataadapterchangedeventargs.md

latest1.3 KB
Original Source

DataAdapterChangedEventArgs.UpdateType Property

Returns the type of the map update.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapUpdateType UpdateType { get; }
vb
Public ReadOnly Property UpdateType As MapUpdateType

Property Value

TypeDescription
MapUpdateType

A MapUpdateType enumeration value.

|

Available values:

NameDescription
Data

Data was updated.

| | Style |

The map style was changed.

| | ViewInfo |

Map view information was changed.

| | Render |

Map rendering was performed.

|

See Also

DataAdapterChangedEventArgs Class

DataAdapterChangedEventArgs Members

DevExpress.XtraMap Namespace