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)
3907item.Validated += (sender, e) => 4039item.Validated += (sender, e) => validatedCallCount++; 4158item.Validated += handler; 4163item.Validated -= handler;