Back to Devexpress

MapDependencyObject.PropertyChanged Event

wpf-devexpress-dot-xpf-dot-map-dot-mapdependencyobject.md

latest1.4 KB
Original Source

MapDependencyObject.PropertyChanged Event

Occurs every time any of the MapDependencyObject class properties has changed its value.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public event PropertyChangedEventHandler PropertyChanged
vb
Public Event PropertyChanged As PropertyChangedEventHandler

Event Data

The PropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
PropertyNameGets the name of the property that changed.

See Also

MapDependencyObject Class

MapDependencyObject Members

DevExpress.Xpf.Map Namespace