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