7 references to Validated
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
9563
/// <para>Raises the <see cref='System.Windows.Forms.Control.
Validated
'/> event.</para>
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
909
control.
Validated
+= new EventHandler(HandleValidated);
957
control.
Validated
-= new EventHandler(HandleValidated);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
1044
add { base.
Validated
+= value; }
1045
remove { base.
Validated
-= value; }
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceContractDetailViewControl.cs (1)
32
this.contractNameTextBox.
Validated
+= new EventHandler(contractNameTextBox_Validated);
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
105
this.operationNameTextBox.
Validated
+= new EventHandler(operationNameTextBox_Validated);