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