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