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