2 writes to _onComplete
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Binding.cs (2)
272
add =>
_onComplete
+= value;
273
remove =>
_onComplete
-= value;
1 reference to _onComplete
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\Binding.cs (1)
627
_onComplete
?.Invoke(this, e);