| Visual Basic (Declaration) | |
|---|---|
Public Event ClickControl As dbiTips.EventClickControlHandler | |
| C# | |
|---|---|
public event dbiTips.EventClickControlHandler ClickControl | |
The event handler receives an argument of type ClickControlEventArgs containing data related to this event. The following ClickControlEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Control | The control that was clicked on. |
| Text | The text that is displayed in the tooltip object. |
This event will only fire if the *control.dbiTipsText on dbicTips* extender property is set or the SetdbiTipsText Method is called using said control.