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