Back to Devexpress

MapItemsEventArgs Class

windowsforms-devexpress-dot-xtramap-2d349d95.md

latest1.4 KB
Original Source

MapItemsEventArgs Class

Provides data for the MapEditor.MapItemEdited and MapClustererBase.Clustered events.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Remarks

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

Inheritance

Object EventArgs MapItemsEventArgs ClusteredEventArgs

MapItemEditedEventArgs

See Also

MapItemsEventArgs Members

DevExpress.XtraMap Namespace