DataPA Enterprise Dashboard Controls API Reference
Event aurguments passed by BeforeHyperLink and BeforeHyperLink events of the DashboardDesigner object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public class HyperlinkEventArgs : EventArgs, 
	_HyperlinkEventArgs
Visual Basic
Public Class HyperlinkEventArgs
	Inherits EventArgs
	Implements _HyperlinkEventArgs
Visual C++
public ref class HyperlinkEventArgs : public EventArgs, 
	_HyperlinkEventArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DataPAEnterpriseDashboard..::..HyperlinkEventArgs

See Also