56 references to Validated
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
7997/// Raises the <see cref="Validated"/> event.
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
743control.Validated += HandleValidated; 788control.Validated -= HandleValidated;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
841add => base.Validated += value; 842remove => base.Validated -= value;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
513nameof(ToolStripPanel.Validated),
System.Windows.Forms.Tests (50)
System\Windows\Forms\ContainerControlTests.cs (24)
833control.Validated += (sender, e) => validatedCallCount++; 844child1.Validated += (sender, e) => 858grandchild1.Validated += (sender, e) => grandchild1ValidatedCallCount++; 867child2.Validated += (sender, e) => 881grandchild2.Validated += (sender, e) => 895child3.Validated += (sender, e) => 904grandchild3.Validated += (sender, e) => grandchild3ValidatedCallCount++; 908child4.Validated += (sender, e) => child4ValidatedCallCount++; 917child5.Validated += (sender, e) => 931child6.Validated += (sender, e) => 945child7.Validated += (sender, e) => 954child8.Validated += (sender, e) => child8ValidatedCallCount++; 1059control.Validated += (sender, e) => validatedCallCount++; 1070child1.Validated += (sender, e) => 1084grandchild1.Validated += (sender, e) => grandchild1ValidatedCallCount++; 1093child2.Validated += (sender, e) => 1107grandchild2.Validated += (sender, e) => 1121child3.Validated += (sender, e) => 1130grandchild3.Validated += (sender, e) => grandchild3ValidatedCallCount++; 1134child4.Validated += (sender, e) => child4ValidatedCallCount++; 1143child5.Validated += (sender, e) => 1157child6.Validated += (sender, e) => 1171child7.Validated += (sender, e) => 1180child8.Validated += (sender, e) => child8ValidatedCallCount++;
System\Windows\Forms\ControlTests.Handlers.cs (2)
5495control.Validated += handler; 5500control.Validated -= handler;
System\Windows\Forms\UserControlTests.cs (24)
1299control.Validated += (sender, e) => validatedCallCount++; 1310child1.Validated += (sender, e) => 1324grandchild1.Validated += (sender, e) => grandchild1ValidatedCallCount++; 1333child2.Validated += (sender, e) => 1347grandchild2.Validated += (sender, e) => 1361child3.Validated += (sender, e) => 1370grandchild3.Validated += (sender, e) => grandchild3ValidatedCallCount++; 1374child4.Validated += (sender, e) => child4ValidatedCallCount++; 1383child5.Validated += (sender, e) => 1397child6.Validated += (sender, e) => 1411child7.Validated += (sender, e) => 1420child8.Validated += (sender, e) => child8ValidatedCallCount++; 1525control.Validated += (sender, e) => validatedCallCount++; 1536child1.Validated += (sender, e) => 1550grandchild1.Validated += (sender, e) => grandchild1ValidatedCallCount++; 1559child2.Validated += (sender, e) => 1573grandchild2.Validated += (sender, e) => 1587child3.Validated += (sender, e) => 1596grandchild3.Validated += (sender, e) => grandchild3ValidatedCallCount++; 1600child4.Validated += (sender, e) => child4ValidatedCallCount++; 1609child5.Validated += (sender, e) => 1623child6.Validated += (sender, e) => 1637child7.Validated += (sender, e) => 1646child8.Validated += (sender, e) => child8ValidatedCallCount++;