Delegate HyperlinkEventHandler
Occurs when hyperlink is clicked in a report.
Assembly: BoldReports.Wpf.dll
Syntax
public delegate void HyperlinkEventHandler(object sender, HyperlinkEventArgs e);
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
The source of the event.
|
| HyperlinkEventArgs |
e |
An BoldReports.UI.Xaml.HyperlinkEventArgs that contains the event data.
|
Constructors
HyperlinkEventHandler(Object, IntPtr)
Declaration
public HyperlinkEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, HyperlinkEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, HyperlinkEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| HyperlinkEventArgs |
e |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Invoke(Object, HyperlinkEventArgs)
Declaration
public virtual void Invoke(object sender, HyperlinkEventArgs e)
Parameters