Skip to main content
A newer version of this page is available. .

MapItemEditedEventArgs(IEnumerable<MapItem>, MapEditorAction) Constructor

Initializes a new instance of the MapItemEditedEventArgs class with the specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public MapItemEditedEventArgs(
    IEnumerable<MapItem> items,
    MapEditorAction action
)

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