Wire up NodeMouseClick event
This commit is contained in:
parent
ffc0a30c7e
commit
6e72278406
2 changed files with 7 additions and 0 deletions
|
|
@ -75,6 +75,11 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
|
||||
public event EventHandler BeforeCheck;
|
||||
|
||||
internal void NotifyItemClicked(TreeNode treeNode, MouseEventArgs e)
|
||||
{
|
||||
this.NodeMouseClick?.Invoke(treeNode, e);
|
||||
}
|
||||
|
||||
public event EventHandler BeforeCollapse;
|
||||
|
||||
public event EventHandler BeforeExpand;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue