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