[]
        
(Showing Draft Content)

C1.Win.C1Preview.HyperlinkJumpEventHandler

HyperlinkJumpEventHandler Delegate

Represents a handler for HyperlinkJump event of a C1PreviewPane.

Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public delegate void HyperlinkJumpEventHandler(object sender, HyperlinkJumpEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

HyperlinkJumpEventArgs e

Data describing the event.

Constructors

Name Description
HyperlinkJumpEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, HyperlinkJumpEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, HyperlinkJumpEventArgs)