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