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