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