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