Skybound VisualTips

VisualTipProvider.AccessKeyPressed Event

Occurs when the access key is pressed for a VisualTip.

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

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.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace | AccessKey