5 references to BindingCompleteEventArgs
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\Binding.cs (1)
617
return new
BindingCompleteEventArgs
(this, state, context, errorText, ex, cancel);
System\Windows\Forms\DataBinding\BindingCompleteEventArgs.cs (3)
41
:
this
(binding, state, context, errorText, exception, true)
53
:
this
(binding, state, context, errorText, null, true)
64
:
this
(binding, state, context, string.Empty, null, false)
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingCompleteEventArgsTests.cs (1)
76
BindingCompleteEventArgs e =
new
(binding, state, context, errorText, exception, cancel);