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