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