コード例 #1
0
 public RadTreeViewEventArgs(RadTreeNode node, RadTreeViewAction action)
 {
     this.node   = node;
     this.action = action;
 }
コード例 #2
0
 public RadTreeViewCancelEventArgs(RadTreeNode node, RadTreeViewAction action, bool cancel)
     : base(cancel)
 {
     this.node   = node;
     this.action = action;
 }