4 references to BindingCompleteEventArgs
System.Windows.Forms.Tests (4)
System\Windows\Forms\BindingCompleteEventArgsTests.cs (1)
19
BindingCompleteEventArgs e =
new
(binding, state, context);
System\Windows\Forms\BindingTests.cs (3)
320
yield return new object[] { new
BindingCompleteEventArgs
(null, BindingCompleteState.Success, BindingCompleteContext.ControlUpdate) };
376
yield return new object[] { new
BindingCompleteEventArgs
(null, BindingCompleteState.Success, BindingCompleteContext.ControlUpdate), new NullReferenceException() };
409
yield return new object[] { new
BindingCompleteEventArgs
(null, BindingCompleteState.Success, BindingCompleteContext.ControlUpdate), new SecurityException() };