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.v19.2.dll

Declaration

[Browsable(false)]
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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MapItemEdited event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also