ZeeGrid Notifications

ZGN_COLUMNMOVED


ZGN_COLUMNMOVED

The ZGN_COLUMNMOVED notification message is sent when the column display order is changed by the user. The parent window of the ZeeGrid control receives this notification message through the WM_COMMAND message.

ZGN_COLUMNMOVED
idZeeGrid = (int) LOWORD(wParam);  //identifier of the ZeeGrid control
hwndZeeGrid = (HWND) lParam;       //handle to the ZeeGrid control

Copyright © 2002-2016 by David Hillard