Method AfterMouseHover
AfterMouseHover(AbstractControl, EventArgs)
Handles the event triggered after the mouse hovers over the specified control.
public virtual void AfterMouseHover(AbstractControl sender, EventArgs e)
Parameters
senderAbstractControlThe control over which the mouse hovered, triggering the event.
eEventArgsAn EventArgs instance containing the event data.