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