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

MapEditor.MapItemCreating Event

Occurs when the Editor starts to create a map item.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

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