Occurs after the location of the tooltip has been calculated internally by the control.
Syntax
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.
| Property | Description |
|---|
| 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