Table of Contents

Event OverlayToolTipShowing

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

Occurs when an overlay tooltip is about to be displayed, allowing subscribers to modify, suppress or show the tooltip.

public static event EventHandler<HandledEventArgs<ToolTipFactory.ShowInOverlayParams>>? OverlayToolTipShowing

Returns

EventHandler<HandledEventArgs<ToolTipFactory.ShowInOverlayParams>>
Occurs when an overlay tooltip is about to be displayed, allowing subscribers to modify, suppress or show the tooltip.

Remarks

This event is triggered before an overlay tooltip is shown. Subscribers can handle the event to customize the tooltip's content, show it in a different way, or prevent it from being displayed by setting the Handled property to true.