SPVN_PAGECHANGE Message
Applies To
fpSpreadPreview control
Description
Sent to the owner of the fpSpreadPreview control when the control changes the current page. The owner receives this message through a WM_COMMAND message from the control.
Parameters
The following parameters are available:
Parameter | Description | |
wParam | Low Word | fpSpreadPreview control ID |
High Word | SPVN_PAGECHANGE | |
lParam | Window handle of the fpSpreadPreview control |
Remarks
Call the SpvGetPageCurrent function to return the new page number after the page changes.
Return Value
None