Class HeatMapIndexChangingEventArgs
Event arguments used in the SelectedCellIndexChanging event.
Inheritance
System.Object
System.EventArgs
HeatMapIndexChangingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class HeatMapIndexChangingEventArgs : HeatMapIndexChangedEventArgs
Constructors
HeatMapIndexChangingEventArgs(CellIndex, CellIndex)
Initializes a new instance of the HeatMapIndexChangingEventArgs class.
Declaration
public HeatMapIndexChangingEventArgs(CellIndex oldItem, CellIndex newItem)
Parameters
CellIndex
oldItem
The old index. |
CellIndex
newItem
The new index. |
Properties
Cancel
Gets or sets a value indicating whether to cancel the change operation.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|