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