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