'Declaration Public Event HyperlinkJump As HyperlinkJumpEventHandler
public event HyperlinkJumpEventHandler HyperlinkJump
Event Data
The event handler receives an argument of type HyperlinkJumpEventArgs containing data related to this event. The following HyperlinkJumpEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the hyperlink jump should be canceled. |
Hyperlink | Gets the hyperlink associated with the event. (Inherited from C1.Win.C1Preview.HyperlinkEventArgs) |
See Also