2 writes to onBeforeExpand
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
1478onBeforeExpand += value; 1481onBeforeExpand -= value;
2 references to onBeforeExpand
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
2246if (onBeforeExpand != null) onBeforeExpand(this, e);