MapItemEditedEventArgs(IEnumerable<MapItem>, MapEditorAction) Constructor
Initializes a new instance of the MapItemEditedEventArgs class.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | IEnumerable<MapItem> | Edited map items. |
| action | MapEditorAction | The value that indicates what is changed. |
See Also