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