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