Event AfterControlMouseHover
Occurs after the mouse pointer hovers over a control.
public event EventHandler? AfterControlMouseHover
Returns
- EventHandler
- Occurs after the mouse pointer hovers over a control.
Remarks
This event is triggered when the mouse pointer remains stationary over a control for a specified duration. It can be used to perform actions such as displaying tooltips or initiating hover-based interactions.