Occurs when the control is finished validating.
Syntax
Visual Basic (Declaration) | |
---|
<SRDescriptionAttribute("Occurs after a control has been successfully validated.")>
<SRCategoryAttribute("Focus")>
Public Event Validated As EventHandler |
C# | |
---|
[SRDescriptionAttribute("Occurs after a control has been successfully validated.")]
[SRCategoryAttribute("Focus")]
public event EventHandler Validated |
C++/CLI | |
---|
[SRDescriptionAttribute("Occurs after a control has been successfully validated.")]
[SRCategoryAttribute("Focus")]
public:
event EventHandler^ Validated |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also