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