dbicTips Send comments on this topic.
BeforeToolTips Event
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > dbiTips Class : BeforeToolTips Event

Occurs before the tooltip becomes visible.

Syntax

Visual Basic (Declaration) 
Public Event BeforeToolTips As dbiTips.EventBeforeToolTipsHandler
C# 
public event dbiTips.EventBeforeToolTipsHandler BeforeToolTips

Event Data

The event handler receives an argument of type BeforeToolTipsEventArgs containing data related to this event. The following BeforeToolTipsEventArgs properties provide information specific to this event.

PropertyDescription
Control The control that triggered the tooltip.
ToolTips The dbiTipsObject that will be displayed.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also