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