MapNotificationOptions.Changed Event
In This Article
Occurs after the map setting has been changed.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
[Browsable(false)]
public event BaseOptionChangedEventHandler Changed
#Event Data
The Changed event's data class is BaseOptionChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Name | Gets the name of the option whose value has been changed. |
New |
Gets or sets the option’s current value. |
Old |
Gets the option’s previous value. |
See Also