ClassTreeMapItemCreatingEventArgs
Class
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
Constructors
TreeMapItemCreatingEventArgs(TreeMapDataItem)
Initializes a new instance of the TreeMapItemCreatingEventArgs class.
Declaration
cs-api-definition
public TreeMapItemCreatingEventArgs(TreeMapDataItem item)
Parameters
item
The new item.
Properties
Item
Gets or sets the new data item.
Declaration
cs-api-definition
public TreeMapDataItem Item { get; set; }
Property Value