Occurs when the 
System.Windows.Forms.Control.Size property value changes. 
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
<SRCategoryAttribute("Property Changed")>
<SRDescriptionAttribute("Event raised when the value of the Size property is changed on Control.")>
Public Event SizeChanged As EventHandler | 
 
| C# |   | 
|---|
[SRCategoryAttribute("Property Changed")]
[SRDescriptionAttribute("Event raised when the value of the Size property is changed on Control.")]
public event EventHandler SizeChanged | 
 
| C++/CLI |   | 
|---|
[SRCategoryAttribute("Property Changed")]
[SRDescriptionAttribute("Event raised when the value of the Size property is changed on Control.")]
public:
event EventHandler^ SizeChanged | 
 
 
              
             
             
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7 
 
            
            
See Also