ZForge.Controls.TreeViewAdv.Tree.TreeViewAdv.AddExpandingNode C# (CSharp) Method

AddExpandingNode() private method

private AddExpandingNode ( TreeNodeAdv node ) : void
node TreeNodeAdv
return void
        private void AddExpandingNode(TreeNodeAdv node)
        {
            node.IsExpandingNow = true;
            _expandingNodes.Add(node);
            ExpandingIcon.Start();
        }
TreeViewAdv