'Declaration <CategoryAttribute("Property Changed")> <DescriptionAttribute("Raised when the value if the Format property is changed.")> <BrowsableAttribute(True)> Public Event FormatChanged As EventHandler
'Usage Dim instance As DateTimePanel Dim handler As EventHandler AddHandler instance.FormatChanged, handler
[Category("Property Changed")] [Description("Raised when the value if the Format property is changed.")] [Browsable(true)] public event EventHandler FormatChanged