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