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