[]
        
(Showing Draft Content)

C1.Win.C1Preview.HyperlinkEventHandler

HyperlinkEventHandler Delegate

Represents a handler for HyperlinkMouseEnter and HyperlinkMouseLeave events of a C1PreviewPane.

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

The source of the event.

HyperlinkEventArgs e

Data describing the event.

Constructors

Name Description
HyperlinkEventHandler(object, nint)

Methods

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