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