| Visual Basic (Declaration) | |
|---|---|
Public Event BeforeToolTips As dbiTips.EventBeforeToolTipsHandler | |
| C# | |
|---|---|
public event dbiTips.EventBeforeToolTipsHandler BeforeToolTips | |
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.
| Property | Description |
|---|---|
| Control | The control that triggered the tooltip. |
| ToolTips | The dbiTipsObject that will be displayed. |