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