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