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