Back to Devexpress

MapEditor.MapItemCreating Event

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-9c67d9f1.md

latest1.3 KB
Original Source

MapEditor.MapItemCreating Event

Occurs when the Editor starts to create a map item.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public event MapItemCreatingEventHandler MapItemCreating
vb
Public Event MapItemCreating As MapItemCreatingEventHandler

Event Data

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

PropertyDescription
CancelGets or sets whether the map item creation should be canceled.
ItemReturns the map item that is in the create process.

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace