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