Back to Devexpress

MapClustererBase.Clustered Event

windowsforms-devexpress-dot-xtramap-dot-mapclustererbase.md

latest1.3 KB
Original Source

MapClustererBase.Clustered Event

Occurs when the clusterer finishes clustering.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public event ClusteredEventHandler Clustered
vb
Public Event Clustered As ClusteredEventHandler

Event Data

The Clustered event's data class is ClusteredEventArgs. The following properties provide information specific to this event:

PropertyDescription
ItemsReturns map items to be represented in the map control. Inherited from MapItemsEventArgs.

See Also

MapClustererBase Class

MapClustererBase Members

DevExpress.XtraMap Namespace