Parameters of the event which occurs when hyperlink is clicked.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public class ReportHyperlinkEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ReportHyperlinkEventArgs _
	Inherits EventArgs
Visual C++
public ref class ReportHyperlinkEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.Reporting.Silverlight.Client..::.ReportHyperlinkEventArgs

See Also