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