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)
3905
item.
Validated
+= (sender, e) =>
4037
item.
Validated
+= (sender, e) => validatedCallCount++;
4156
item.
Validated
+= handler;
4161
item.
Validated
-= handler;