Provides data for Hyperlink click events.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.Reporting.Components..::.HyperlinkEventArgs

See Also