2 writes to onBeforeLabelEdit
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
1388
onBeforeLabelEdit
+= value;
1391
onBeforeLabelEdit
-= value;
2 references to onBeforeLabelEdit
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
2192
if (
onBeforeLabelEdit
!= null)
onBeforeLabelEdit
(this, e);