Skip to main content

MapEditor.MapItemCreating Event

Occurs when the Editor starts to create a map item.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.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