'Declaration
<SRCategoryAttribute("Behavior")> <SRDescriptionAttribute("Occurs whenever the user loads the form.")> Public Event Load As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.Load, handler
[SRCategory("Behavior")] [SRDescription("Occurs whenever the user loads the form.")] public event System.EventHandler Load