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