Class
HeatMapIndexChangingEventArgs

Event arguments used in the SelectedCellIndexChanging event.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class HeatMapIndexChangingEventArgs : HeatMapIndexChangedEventArgs

Inheritance: objectEventArgsHeatMapIndexChangedEventArgsHeatMapIndexChangingEventArgs

Inherited Members HeatMapIndexChangedEventArgs.OldItemHeatMapIndexChangedEventArgs.NewItemEventArgs.Empty

Constructors

HeatMapIndexChangingEventArgs(CellIndex, CellIndex)

Initializes a new instance of the HeatMapIndexChangingEventArgs class.

Declaration

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

Parameters

oldItem

CellIndex

The old index.

newItem

CellIndex

The new index.

Properties

Cancel

Gets or sets a value indicating whether to cancel the change operation.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool