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

MapEditor.MapItemEdited Event

Occurs when map items have been edited or transformed using the Map Editor.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public event MapItemEditedEventHandler MapItemEdited

Event Data

The MapItemEdited event's data class is MapItemEditedEventArgs. The following properties provide information specific to this event:

Property Description
Action Returns the action that has been applied to map items.
Items Returns map items to be represented in the map control. Inherited from MapItemsEventArgs.
See Also