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