'Declaration
<SRCategoryAttribute("Focus")> <SRDescriptionAttribute("Occurs after a control has been successfully validated.")> Public Event Validated As System.EventHandler
'Usage
Dim instance As SubmitMenu Dim handler As System.EventHandler AddHandler instance.Validated, handler
[SRCategory("Focus")] [SRDescription("Occurs after a control has been successfully validated.")] public event System.EventHandler Validated