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