|
|
|
|
MouseWheel Event, SftTabs Class |
Occurs when the mouse wheel moves while the control has focus.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Event MouseWheel As MouseEventHandler |
C# |
public event MouseEventHandler MouseWheel; |
C++ |
public: event MouseEventHandler MouseWheel; |
Event Data
The MouseWheel event handler receives an argument of type MouseEventArgs containing data related to this event.
Comments
The MouseWheel event occurs when the mouse wheel moves while the control has focus.
For more information about mouse wheel message, see the WM_MOUSEWHEEL message documentation in the Windows Platform SDK reference located in the MSDN library at http://msdn.microsoft.com/library.