ClassHeatMapItemCreatingEventArgs
Class
Event arguments used in the ItemCreating event.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class HeatMapItemCreatingEventArgs : EventArgs
Inheritance: objectEventArgsHeatMapItemCreatingEventArgs
Inherited Members
Constructors
HeatMapItemCreatingEventArgs(HeatMapDataItem)
Initializes a new instance of the HeatMapItemCreatingEventArgs class.
Declaration
cs-api-definition
public HeatMapItemCreatingEventArgs(HeatMapDataItem item)
Parameters
item
The new item.
Properties
Item
Gets or sets the new data item.
Declaration
cs-api-definition
public HeatMapDataItem Item { get; set; }
Property Value