'Declaration
<SRCategoryAttribute("CatPropertyChanged")> <SRDescriptionAttribute("RadioButtonOnAppearanceChangedDescr")> Public Event AppearanceChanged As System.EventHandler
'Usage
Dim instance As NRadioButton Dim handler As System.EventHandler AddHandler instance.AppearanceChanged, handler
[SRCategory("CatPropertyChanged")] [SRDescription("RadioButtonOnAppearanceChangedDescr")] public event System.EventHandler AppearanceChanged