CustomizeNewNodeFromOuterDataEventArgs Properties
Provides data for the TreeList.CustomizeNewNodeFromOuterData event.
Name | Description |
---|---|
Destination |
Gets the node onto which (or relative to which) the Customize |
Destination |
Gets the collection of sibling nodes relative to which the Customize |
Handled | Gets or sets whether you perform all the required actions manually and no default processing is required. |
New |
Provides access to the dictionary that contains data to initialize a new node. |
Source |
Gets the node (from another Tree |
See Also