2 writes to onColumnClick
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
1941
onColumnClick
+= value;
1944
onColumnClick
-= value;
2 references to onColumnClick
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
4149
if (
onColumnClick
!= null)
onColumnClick
(this, e);