MapEditor.MapItemCreating Event
Occurs when the Editor starts to create a map item.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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