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

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

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

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

Parameters

Name Type
editMode MapEditMode
action MapEditorAction
info Object
items IEnumerable<MapItem>
See Also