'Declaration
<SRCategoryAttribute("Behavior")> <SRDescriptionAttribute("Event raised when the window style of a Control is changed.")> Public Event StyleChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.StyleChanged, handler
[SRCategory("Behavior")] [SRDescription("Event raised when the window style of a Control is changed.")] public event System.EventHandler StyleChanged