4 references to BindingCompleteEventArgs
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Binding.cs (1)
642
return new
BindingCompleteEventArgs
(this, state, context, errorText, ex, cancel);
winforms\Managed\System\WinForms\BindingCompleteEventArgs.cs (3)
48
Exception exception) :
this
(binding, state, context, errorText, exception, true) {
58
string errorText) :
this
(binding, state, context, errorText, null, true) {
67
BindingCompleteContext context) :
this
(binding, state, context, string.Empty, null, false) {