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