HeaderPane
Main
Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Share Link
Print

MouseMoveHoverTimer Event, SftTree Class

Occurs when mouse pointer rests on the control.

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

Syntax

public event EventHandler MouseMoveHoverTimer;
Public Event MouseMoveHoverTimer As EventHandler

Comments

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 SftTree.MouseHoverInterval property.

It is also used internally to automatically expand items based on the SftTree.AutoExpandHover and SftTree.AutoExpandDragDrop properties.

See Also SftTree Class | Classes | SftTree/NET 2.0