This event occurs when a column is revealed or hidden by the user or by the program in the cases described in the Cursor Handling topic. EVENT-DATA-1 is either 0 (hiding) or 1 (showing) the column. EVENT-DATA-2 is a combination of the physical and logical columns, using the following formula:
(physical-column-number * 1000) + logical-column-number
In the case of showing a column, the physical-column-number is where the revealed column appears.
For this event to occur, the grid must have the MOVEABLE-COLUMNS style. To prevent the event from occurring, set EVENT-ACTION to EVENT-ACTION-FAIL.
The following defines physical vs. logical columns: