The ZGN_CURSORCELLCHANGED notification message is sent when the ZeeGrid cursor cell is changed. The parent window of the ZeeGrid control receives this notification message through the WM_COMMAND message.
ZGN_CURSORCELLCHANGED
idZeeGrid = (int) LOWORD(wParam); //identifier of the ZeeGrid control
hwndZeeGrid = (HWND) lParam; //handle to the ZeeGrid control