Click or drag to resize
HyperlinkEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by BeforeHyperLink and BeforeHyperLink events of the DashboardDesigner object.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardHyperlinkEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class HyperlinkEventArgs : EventArgs, 
	_HyperlinkEventArgs

The HyperlinkEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodHyperlinkEventArgs
Creates and returns a new HyperlinkEventArgs object.
Public methodHyperlinkEventArgs(String)
Creates and returns a new HyperlinkEventArgs object.
Top
Fields
Properties
  NameDescription
Public propertyCancel
Gets or sets a value that indicates if the Hyperlink event should be processed.
Public propertyHyperlink
Gets the Hyperlink that this event is related to.
Top
Remarks