'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("Occurs when a control is resized.")> <SRCategoryAttribute("Layout")> Public Event Resize As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.Resize, handler
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("Occurs when a control is resized.")] [SRCategory("Layout")] public event System.EventHandler Resize