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