Back to Devexpress

HeatmapControl.SelectedItemsChanging Event

windowsforms-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapcontrol-44f15f45.md

latest2.2 KB
Original Source

HeatmapControl.SelectedItemsChanging Event

Occurs before the heatmap’s collection of selected items is changed (items are added or removed).

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public event SelectedItemsChangingEventHandler SelectedItemsChanging
vb
Public Event SelectedItemsChanging As SelectedItemsChangingEventHandler

Event Data

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

PropertyDescription
ActionGets an action which describes how the collection has been changed.
CancelGets or sets the value identifying whether the selection change is canceled.
NewItemsProvides access to a collection of new selected chart elements (series and series points) and business data objects if a Chart Control or a series is bound to a data source.
OldItemsProvides access to previously selected chart elements (series and series points) and business data objects if a Chart Control or a series is bound to a data source.

See Also

HeatmapControl Class

HeatmapControl Members

DevExpress.XtraCharts.Heatmap Namespace