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