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