'Declaration
<SRCategoryAttribute("Action")> <SRDescriptionAttribute("Occurs when the form enters the sizing modal loop.")> Public Event ResizeBegin As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.ResizeBegin, handler
[SRCategory("Action")] [SRDescription("Occurs when the form enters the sizing modal loop.")] public event System.EventHandler ResizeBegin