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