2 writes to onAfterCheck
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
1433
onAfterCheck
+= value;
1436
onAfterCheck
-= value;
2 references to onAfterCheck
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
2219
if (
onAfterCheck
!= null)
onAfterCheck
(this, e);