'Declaration
<SRDescriptionAttribute("Occurs when the Margin property has changed.")> <SRCategoryAttribute("Layout")> Public Event MarginChanged As System.EventHandler
'Usage
Dim instance As AgentCtl Dim handler As System.EventHandler AddHandler instance.MarginChanged, handler
[SRDescription("Occurs when the Margin property has changed.")] [SRCategory("Layout")] public event System.EventHandler MarginChanged