public EffectiveCollectionInclusions DeletingInclusions {get; set;}
public EffectiveCollectionInclusions DeletingInclusions {get; set;}
When set to Northwoods.GoXam.Tool.EffectiveCollectionInclusions.SubTree, Delete will augment the collection of selected nodes to include their tree children nodes. The resulting collection often will include many Nodes and Links that are not IsSelected.
Links are assumed to go from the parent node to the children nodes, unless TreePath is set to "Source".
If you set this property, you might also want to set the CopyingInclusions property and the Northwoods.GoXam.Tool.DraggingTool.Inclusions property.