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.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

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

Parameters

Name Type Description
items IEnumerable<MapItem>

Edited map items.

action MapEditorAction

The value that indicates what is changed.

See Also