5 references to DataContextChanged
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
725
/// <see cref="
DataContextChanged
"/> event or override <see cref="OnDataContextChanged(EventArgs)"/> to provide
System.Windows.Forms.Tests (4)
System\Windows\Forms\ControlTests.cs (4)
744
control.
DataContextChanged
+= controlHandler;
745
childControl.
DataContextChanged
+= childControlHandler;
754
control.
DataContextChanged
-= controlHandler;
773
childControl.
DataContextChanged
-= childControlHandler;