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