New to Telerik UI for WinFormsStart a free 30-day trial

Event arguments used in the ItemCreating event.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class HeatMapItemCreatingEventArgs : EventArgs

Inheritance: objectEventArgsHeatMapItemCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the HeatMapItemCreatingEventArgs class.

C#
public HeatMapItemCreatingEventArgs(HeatMapDataItem item)
Parameters:itemHeatMapDataItem

The new item.

Properties

Gets or sets the new data item.

C#
public HeatMapDataItem Item { get; set; }