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

Event arguments used in the ItemCreating event.

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class TreeMapItemCreatingEventArgs : EventArgs

Inheritance: objectEventArgsTreeMapItemCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the TreeMapItemCreatingEventArgs class.

C#
public TreeMapItemCreatingEventArgs(TreeMapDataItem item)
Parameters:itemTreeMapDataItem

The new item.

Properties

Gets or sets the new data item.

C#
public TreeMapDataItem Item { get; set; }