6 references to Validated
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (2)
353
add => base.
Validated
+= value;
354
remove => base.
Validated
-= value;
System.Windows.Forms.Tests (4)
System\Windows\Forms\ToolStripControlHostTests.cs (4)
3907
item.
Validated
+= (sender, e) =>
4039
item.
Validated
+= (sender, e) => validatedCallCount++;
4158
item.
Validated
+= handler;
4163
item.
Validated
-= handler;