MapItemEditedEventArgs(IEnumerable<MapItem>, MapEditorAction) Constructor
Initializes a new instance of the MapItemEditedEventArgs class with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
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