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

MapItemEditingEventArgs(MapEditorAction, Object, IEnumerable<MapItem>) Constructor

Initializes a new instance of the MapItemEditingEventArgs class with the specified values of event arguments.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapItemEditingEventArgs(
    MapEditorAction action,
    object info,
    IEnumerable<MapItem> items
)

Parameters

Name Type Description
action MapEditorAction

An action that is applied to items.

info Object

An object that contains additional information about edited items.

items IEnumerable<MapItem>

A collection of edited items.

See Also