Occurs when the value of the 
System.Windows.Forms.Control.Region property changes. 
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
<SRCategoryAttribute("Property Changed")>
<SRDescriptionAttribute("Event raised when the value of Region property is changed on Control.")>
Public Event RegionChanged As EventHandler | 
 
| C# |   | 
|---|
[SRCategoryAttribute("Property Changed")]
[SRDescriptionAttribute("Event raised when the value of Region property is changed on Control.")]
public event EventHandler RegionChanged | 
 
| C++/CLI |   | 
|---|
[SRCategoryAttribute("Property Changed")]
[SRDescriptionAttribute("Event raised when the value of Region property is changed on Control.")]
public:
event EventHandler^ RegionChanged | 
 
 
              
             
             
            
            
            
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