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