'Declaration <DescriptionAttribute("Raised when the value of the RowHeight property is changed")> <CategoryAttribute("Property Changed")> Public Event RowHeightChanged As EventHandler
'Usage Dim instance As GroupReportStyle Dim handler As EventHandler AddHandler instance.RowHeightChanged, handler
[Description("Raised when the value of the RowHeight property is changed")] [Category("Property Changed")] public event EventHandler RowHeightChanged