TabScrolled Event
Applies To
fpSpread control
Description
Occurs after the user scrolls through sheet tabs in the tab strip.
Syntax
C++
afx_msg void OnTabScrolledfpSpread(UINT, int, CWnd*, LPVOID);
Visual Basic
Sub fpSpread_TabScrolled(OldLeftSheet As Integer, NewLeftSheet As Integer)
Parameters
The following parameters are available:
Parameter | Description |
---|---|
OldLeftSheet | Sheet number of the sheet previously on the left side of the tab strip |
NewLeftSheet | Sheet number of the sheet now on the left side of the tab strip |
Remarks
The TabScrolled event occurs after the user scrolls through sheet tabs in the tab strip. The TabScrolling event occurs before the leftmost sheet tab changes after the user scrolls through tabs.
See Also
TabScrolling event