Table of Contents

Event OverlayToolTipHide

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the overlay tooltip should be hidden.

public static event EventHandler? OverlayToolTipHide

Returns

EventHandler
Occurs when the overlay tooltip should be hidden.

Remarks

This event is triggered to notify subscribers that the overlay tooltip should be removed from view. Subscribers can handle this event to perform any necessary cleanup or UI updates related to the tooltip.