the parameters are the object that raised the event (default is sender) and the data passed from that even (default is e)
your function call should look like invoke myGrid_CellEndEdit(sender, e).
the parameters are the object that raised the event (default is sender) and the data passed from that even (default is e)
your function call should look like invoke myGrid_CellEndEdit(sender, e).