Exemplo n.º 1
0
 private void TreeViewBeforeExpand(object sender, System.Windows.Forms.TreeViewCancelEventArgs e)
 {
     this.BeginUpdate();
     ShellOperations.ExpandBranch(e.Node, this.ImageList);
     this.EndUpdate();
 }