2 overrides of OnBindingContextChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
11443
protected override void
OnBindingContextChanged
(EventArgs e)
System\Windows\Forms\Controls\ListControl\ListControl.cs (1)
589
protected override void
OnBindingContextChanged
(EventArgs e)
10 references to OnBindingContextChanged
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (4)
1060
OnBindingContextChanged
(EventArgs.Empty);
4308
OnBindingContextChanged
(EventArgs.Empty);
4645
OnBindingContextChanged
(EventArgs.Empty);
7016
OnBindingContextChanged
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
11477
base.
OnBindingContextChanged
(e);
11485
base.
OnBindingContextChanged
(e);
System\Windows\Forms\Controls\ListControl\ListControl.cs (1)
592
base.
OnBindingContextChanged
(e);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
401
OnBindingContextChanged
(EventArgs.Empty);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
843
OnBindingContextChanged
(EventArgs.Empty);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1246
public new void OnBindingContextChanged(EventArgs e) => base.
OnBindingContextChanged
(e);