Occurs before a VisualTip is displayed.
The event handler receives an argument of type VisualTipEventArgs containing data related to this event. The following VisualTipEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | Gets or sets whether the tip is prevented from being displayed. |
| Instance | Gets the object for which the tip is displayed. |
| Tip | Gets the VisualTip for which the event was raised. |
Set the Cancel property to true to prevent the tip from appearing.
VisualTipProvider Class | Skybound.VisualTips Namespace