| 
 | 
 | 
 | 
| 
        | MouseMoveTimer Event, SftTree Class | 
Occurs when the timer expires after a mouse move event.
Syntax SftTree Class (Softelvdm.SftTreeNET)
| VB | Public Event MouseMoveTimer As EventHandler | 
| C# | public event EventHandler MouseMoveTimer; | 
| C++ | public: event EventHandler MouseMoveTimer; | 
Event Data
The MouseMoveTimer event handler receives an argument of type EventArgs containing data related to this event.
Comments
The MouseMoveTimer event occurs when the timer expires after a mouse move event.
The MouveMoveTimer event occurs after a MouseMove event was handled by the control and the interval defined by the MouseMoveInterval property has expired.
It is used to cause tooltips to be updated after a mouse move event.