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