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