'Declaration<SRCategoryAttribute("Focus")> <SRDescriptionAttribute("Occurs after a control has been successfully validated.")> Public Event Validated As System.EventHandler
'UsageDim instance As AgentCtl 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