|
|
|
|
MouseMoveHoverTimer Event, SftTabs Class |
Occurs when mouse pointer rests on the control.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Event MouseMoveHoverTimer As EventHandler |
C# |
public event EventHandler MouseMoveHoverTimer; |
C++ |
public: event EventHandler MouseMoveHoverTimer; |
Event Data
The MouseMoveHoverTimer event handler receives an argument of type EventArgs containing data related to this event.
Comments
The MouseMoveHoverTimer event occurs when mouse pointer rests on the control.
This event occurs repeatedly while the mouse pointer rests on the control at the interval defined by the MouseHoverInterval.
It is also used internally to automatically expand items based on the AutoExpandHover and AutoExpandDragDrop properties.