56 references to Validated
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
8036/// 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)
835control.Validated += (sender, e) => validatedCallCount++; 846child1.Validated += (sender, e) => 860grandchild1.Validated += (sender, e) => grandchild1ValidatedCallCount++; 869child2.Validated += (sender, e) => 883grandchild2.Validated += (sender, e) => 897child3.Validated += (sender, e) => 906grandchild3.Validated += (sender, e) => grandchild3ValidatedCallCount++; 910child4.Validated += (sender, e) => child4ValidatedCallCount++; 919child5.Validated += (sender, e) => 933child6.Validated += (sender, e) => 947child7.Validated += (sender, e) => 956child8.Validated += (sender, e) => child8ValidatedCallCount++; 1061control.Validated += (sender, e) => validatedCallCount++; 1072child1.Validated += (sender, e) => 1086grandchild1.Validated += (sender, e) => grandchild1ValidatedCallCount++; 1095child2.Validated += (sender, e) => 1109grandchild2.Validated += (sender, e) => 1123child3.Validated += (sender, e) => 1132grandchild3.Validated += (sender, e) => grandchild3ValidatedCallCount++; 1136child4.Validated += (sender, e) => child4ValidatedCallCount++; 1145child5.Validated += (sender, e) => 1159child6.Validated += (sender, e) => 1173child7.Validated += (sender, e) => 1182child8.Validated += (sender, e) => child8ValidatedCallCount++;
System\Windows\Forms\ControlTests.Handlers.cs (2)
5497control.Validated += handler; 5502control.Validated -= handler;
System\Windows\Forms\UserControlTests.cs (24)
1301control.Validated += (sender, e) => validatedCallCount++; 1312child1.Validated += (sender, e) => 1326grandchild1.Validated += (sender, e) => grandchild1ValidatedCallCount++; 1335child2.Validated += (sender, e) => 1349grandchild2.Validated += (sender, e) => 1363child3.Validated += (sender, e) => 1372grandchild3.Validated += (sender, e) => grandchild3ValidatedCallCount++; 1376child4.Validated += (sender, e) => child4ValidatedCallCount++; 1385child5.Validated += (sender, e) => 1399child6.Validated += (sender, e) => 1413child7.Validated += (sender, e) => 1422child8.Validated += (sender, e) => child8ValidatedCallCount++; 1527control.Validated += (sender, e) => validatedCallCount++; 1538child1.Validated += (sender, e) => 1552grandchild1.Validated += (sender, e) => grandchild1ValidatedCallCount++; 1561child2.Validated += (sender, e) => 1575grandchild2.Validated += (sender, e) => 1589child3.Validated += (sender, e) => 1598grandchild3.Validated += (sender, e) => grandchild3ValidatedCallCount++; 1602child4.Validated += (sender, e) => child4ValidatedCallCount++; 1611child5.Validated += (sender, e) => 1625child6.Validated += (sender, e) => 1639child7.Validated += (sender, e) => 1648child8.Validated += (sender, e) => child8ValidatedCallCount++;