Occurs when the control style changes.
Syntax
| Visual Basic (Declaration) | |
|---|
<SRDescriptionAttribute("Event raised when the window style of a Control is changed.")>
<SRCategoryAttribute("Behavior")>
Public Event StyleChanged As EventHandler |
| C# | |
|---|
[SRDescriptionAttribute("Event raised when the window style of a Control is changed.")]
[SRCategoryAttribute("Behavior")]
public event EventHandler StyleChanged |
| C++/CLI | |
|---|
[SRDescriptionAttribute("Event raised when the window style of a Control is changed.")]
[SRCategoryAttribute("Behavior")]
public:
event EventHandler^ StyleChanged |
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