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