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