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)
743
control.
Validated
+= HandleValidated;
788
control.
Validated
-= HandleValidated;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
841
add => base.
Validated
+= value;
842
remove => base.
Validated
-= value;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
501
nameof(ToolStripPanel.
Validated
),