'Declaration
<SRDescriptionAttribute("Event raised when the value of the MaximizedBounds property is changed on Form.")> <SRCategoryAttribute("Property Changed")> Public Event MaximizedBoundsChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.MaximizedBoundsChanged, handler
[SRDescription("Event raised when the value of the MaximizedBounds property is changed on Form.")] [SRCategory("Property Changed")] public event System.EventHandler MaximizedBoundsChanged