|
|
|
|
Scrolled Event, SftTabs Class |
Occurs when the tabs have been scrolled.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Event Scrolled As ScrolledEventHandler |
C# |
public event ScrolledEventHandler Scrolled; |
C++ |
public: event ScrolledEventHandler Scrolled; |
Event Data
The Scrolled event handler receives an argument of type ScrolledEventArgs containing data related to this event.
Comments
The Scrolled event occurs when the tabs have been scrolled.