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