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