The ZGN_ROWSELECTED notification message is sent when the user selects a row by clicking in the row numbers column. The parent window of the ZeeGrid control receives this notification message through the WM_COMMAND message.
ZGN_ROWSELECTED
idZeeGrid = (int) LOWORD(wParam); //identifier of the ZeeGrid control
hwndZeeGrid = (HWND) lParam; //handle to the ZeeGrid control