Skybound VisualTips

VisualTipProvider.TipPopup Event

Occurs before a VisualTip is displayed.

[Visual Basic]
Public Event TipPopup As VisualTipEventHandler
[C#]
public event VisualTipEventHandler TipPopup;

Event Data

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.

Remarks

Set the Cancel property to true to prevent the tip from appearing.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace