'Declaration
<SRCategoryAttribute("Action")> <SRDescriptionAttribute("Occurs when the component is clicked.")> Public Event Click As System.EventHandler
'Usage
Dim instance As AgentCtl Dim handler As System.EventHandler AddHandler instance.Click, handler
[SRCategory("Action")] [SRDescription("Occurs when the component is clicked.")] public event System.EventHandler Click