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.v24.1.dll
NuGet Package: DevExpress.Win.Map
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