Class
HeatMapIndexChangedEventArgs

Event arguments used in the HoveredCellIndexChanged and SelectedCellIndexChanged events.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class HeatMapIndexChangedEventArgs : EventArgs

Inheritance: objectEventArgsHeatMapIndexChangedEventArgs

Derived Classes: HeatMapIndexChangingEventArgs

Inherited Members EventArgs.Empty

Constructors

HeatMapIndexChangedEventArgs(CellIndex, CellIndex)

Initializes a new instance of the HeatMapIndexChangedEventArgs class.

Declaration

cs-api-definition
public HeatMapIndexChangedEventArgs(CellIndex oldItem, CellIndex newItem)

Parameters

oldItem

CellIndex

The old cell index.

newItem

CellIndex

The new cell index.

Properties

NewItem

Gets the mew cell index.

Declaration

cs-api-definition
public CellIndex NewItem { get; }

Property Value

CellIndex

OldItem

Gets the old cell index.

Declaration

cs-api-definition
public CellIndex OldItem { get; }

Property Value

CellIndex