Back to Devexpress

MapItemEditingEventArgs Class

windowsforms-devexpress-dot-xtramap-ecdd1cc6.md

latest1.4 KB
Original Source

MapItemEditingEventArgs Class

Provides data for the MapEditor.MapItemEditing event.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapItemEditingEventArgs :
    EventArgs
vb
Public Class MapItemEditingEventArgs
    Inherits EventArgs

MapItemEditingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs MapItemEditingEventArgs

See Also

MapItemEditingEventArgs Members

DevExpress.XtraMap Namespace