PageChange Event
Applies To
fpSpreadPreview control
Description
Occurs when the control displays a different page.
Syntax
C++
afx_msg void OnPageChangefpSpreadPreview(UINT, int, CWnd*, LPVOID);
Visual Basic
Sub fpSpreadPreview_PageChange(ByVal Page As Long)
Parameter
The following parameter is available:
Parameter | Description |
---|---|
Page | Current displayed page |
See Also
PageCurrent property