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)
909control.Validated += new EventHandler(HandleValidated); 957control.Validated -= new EventHandler(HandleValidated);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
1044add { base.Validated += value; } 1045remove { base.Validated -= value; }
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceContractDetailViewControl.cs (1)
32this.contractNameTextBox.Validated += new EventHandler(contractNameTextBox_Validated);
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
105this.operationNameTextBox.Validated += new EventHandler(operationNameTextBox_Validated);