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