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