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