2 writes to _onAfterLabelEdit
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
1956
add =>
_onAfterLabelEdit
+= value;
1957
remove =>
_onAfterLabelEdit
-= value;
1 reference to _onAfterLabelEdit
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4340
_onAfterLabelEdit
?.Invoke(this, e);