2 writes to onBeforeCheck
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
1418onBeforeCheck += value; 1421onBeforeCheck -= value;
2 references to onBeforeCheck
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
2210if (onBeforeCheck != null) onBeforeCheck(this, e);