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
Constructors
Initializes a new instance of the TreeMapItemCreatingEventArgs class.
C#
public TreeMapItemCreatingEventArgs(TreeMapDataItem item)
The new item.
Properties
Gets or sets the new data item.
C#
public TreeMapDataItem Item { get; set; }