Class
TreeMapItemCreatingEventArgs

Event arguments used in the ItemCreating event.

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TreeMapItemCreatingEventArgs : EventArgs

Inheritance: objectEventArgsTreeMapItemCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

TreeMapItemCreatingEventArgs(TreeMapDataItem)

Initializes a new instance of the TreeMapItemCreatingEventArgs class.

Declaration

cs-api-definition
public TreeMapItemCreatingEventArgs(TreeMapDataItem item)

Parameters

item

TreeMapDataItem

The new item.

Properties

Item

Gets or sets the new data item.

Declaration

cs-api-definition
public TreeMapDataItem Item { get; set; }

Property Value

TreeMapDataItem