'Declaration <DescriptionAttribute("Raised when a cell's value has been changed.")> <CategoryAttribute("Property Changed")> Public Event ValueChanged As EventHandler
'Usage Dim instance As Cell Dim handler As EventHandler AddHandler instance.ValueChanged, handler
[Description("Raised when a cell's value has been changed.")] [Category("Property Changed")] public event EventHandler ValueChanged