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

Occurs after the location of the tooltip has been calculated internally by the control.

Syntax

Visual Basic (Declaration) 
Public Event AfterTipLocationCalculated As dbiTips.EventAfterTipLocationCalculatedHandler
C# 
public event dbiTips.EventAfterTipLocationCalculatedHandler AfterTipLocationCalculated

Event Data

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

PropertyDescription
Control The control that triggered the tooltip.
Height The height of the tooltip when it displays.
ToolTips The dbiTipsObject that will be displayed.
Width The width of the tooltip when it displays.
X The X coordinate where the tooltip will display
Y The Y coordinate where the tooltip will display

Requirements

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

See Also