Back to Devexpress

MapEditor.MapItemCreating Event

windowsforms-devexpress-dot-xtramap-dot-mapeditor-3bcce599.md

latest1.7 KB
Original Source

MapEditor.MapItemCreating Event

Occurs when a map item’s creation is started.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
public event MapItemCreatingEventHandler MapItemCreating
vb
<Browsable(False)>
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.
ItemGets a map item to be represented in the map control. Inherited from MapItemEventArgs.

Remarks

This event is raised when you start to create a map item using one of the Map Editor Create modes.

See Also

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace