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