6 references to Validated
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
8124/// Raises the <see cref="Validated"/> event.
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
743control.Validated += HandleValidated; 788control.Validated -= HandleValidated;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
841add => base.Validated += value; 842remove => base.Validated -= value;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
501nameof(ToolStripPanel.Validated),