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