C1.Win.C1Report.4 Assembly > C1.Win.C1Preview Namespace > C1PreviewPane Class : HyperlinkJump Event |
'Declaration Public Event HyperlinkJump As HyperlinkJumpEventHandler
public event HyperlinkJumpEventHandler HyperlinkJump
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) |