Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapEditor.MapItemCreating Event

In This Article

Occurs when the Editor starts to create a map item.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

#Declaration

public event MapItemCreatingEventHandler MapItemCreating

#Event Data

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

Property Description
Cancel Gets or sets whether the map item creation should be canceled.
Item Returns the map item that is in the create process.
See Also