MapItemEditedEventArgs(IEnumerable<MapItem>, MapEditorAction) Constructor
Initializes a new instance of the MapItemEditedEventArgs class with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | IEnumerable<MapItem> | The map shapes that have been edited using the Map Editor. |
| action | MapEditorAction | The action that is applied to the map shapes. |
See Also