Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

MouseMoveTimer Event, SftTree Class

Occurs when the timer expires after a mouse move event.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public event EventHandler MouseMoveTimer;
Public Event MouseMoveTimer As EventHandler

Comments

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 SftTree.MouseMoveInterval property has expired.

It is used to cause tooltips to be updated after a mouse move event.

See Also SftTree Class | Classes | SftTree/NET 2.0