Try the KeyUp event - Occurs when a key is released while the grid has focus. It is passed (ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs)
You can check e.KeyCode of a Return or Arrow keycode like this:
IFe.KeyCode = 13 THEN
END IF