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