|
|
|
|
MouseHover Event, SftTree Class |
Occurs when the mouse pointer rests on the control.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Event MouseHover As EventHandler |
C# |
public event EventHandler MouseHover; |
C++ |
public: event EventHandler MouseHover; |
Event Data
The MouseHover event handler receives an argument of type EventArgs containing data related to this event.
Comments
The MouseHover event occurs when the mouse pointer rests on the control.
The pause required before this event is raised is defined by the SystemInformation.MouseHoverTime property.
The control's MouseMoveHoverTimer is similar to this event. While the MouseHover occurs only once until the mouse pointer leaves the control, the MouseMoveHoverTimer event occurs repeatedly until the mouse pointer leaves the control. The interval between MouseMoveHoverTimer events is defined using the MouseHoverInterval property.