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