The Control.StyleChanged event occurs when System.Windows.Forms.ControlStyles flags have been added or changed.
This event is raised if the control style is changed by either a programmatic modification or user interaction.
For more information about handling events, see Consuming Events.