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