2 writes to onAfterExpand
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
1493
onAfterExpand
+= value;
1496
onAfterExpand
-= value;
2 references to onAfterExpand
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
2255
if (
onAfterExpand
!= null)
onAfterExpand
(this, e);