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