|
|
|
|
MouseMove Event, SftTabs Class |
Occurs when the mouse pointer is moved over the control.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Event MouseMove As MouseEventHandler |
C# |
public event MouseEventHandler MouseMove; |
C++ |
public: event MouseEventHandler MouseMove; |
Event Data
The MouseMove event handler receives an argument of type MouseEventArgs containing data related to this event.
Comments
The MouseMove event occurs when the mouse pointer is moved over the control.