Constructor for HyperlinkEventArgs object.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public HyperlinkEventArgs( string hyperlink ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ hyperlink As String _ ) |
| Visual C++ |
|---|
public: HyperlinkEventArgs( String^ hyperlink ) |
Parameters
- hyperlink
- Type: System..::.String