Method Insert
- Namespace
- Alternet.FormDesigner.Wpf.Outline
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Insert(IEnumerable<IOutlineNode>, IOutlineNode, bool)
Performs an insertion operation.
public virtual void Insert(IEnumerable<IOutlineNode> nodes, IOutlineNode after, bool copy)
Parameters
nodes
IEnumerable<IOutlineNode>The list into which the insertion will be carried out.
after
IOutlineNodeIOutlineNode
child element after which insertion will be.copy
boolSpecifies whether node should be copied or moved.