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