Back to Devexpress

MapItemCreatingEventArgs Class

windowsforms-devexpress-dot-xtramap-376973a0.md

latest1.5 KB
Original Source

MapItemCreatingEventArgs Class

Provides data for the MapEditor.MapItemCreating event.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapItemCreatingEventArgs :
    MapItemEventArgs
vb
Public Class MapItemCreatingEventArgs
    Inherits MapItemEventArgs

MapItemCreatingEventArgs is the data class for the following events:

Remarks

An instance of the MapItemCreatingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs MapItemEventArgs MapItemCreatingEventArgs

See Also

MapItemCreatingEventArgs Members

DevExpress.XtraMap Namespace