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