DataPA Enterprise Dashboard Controls API Reference
Event raised when a hyperlink is clicked on a dashboard object, before the hyperlink is processed. Setting the HyperlinkEventArgs.Cancel property to true in the handler for this event will prevent the hyperlink from processing.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public event DashboardDesigner..::..BeforeHyperlinkEventHandler BeforeHyperlink |
| Visual Basic |
|---|
Public Event BeforeHyperlink As DashboardDesigner..::..BeforeHyperlinkEventHandler |
| Visual C++ |
|---|
public:
event DashboardDesigner..::..BeforeHyperlinkEventHandler^ BeforeHyperlink {
void add (DashboardDesigner..::..BeforeHyperlinkEventHandler^ value);
void remove (DashboardDesigner..::..BeforeHyperlinkEventHandler^ value);
} |
Value
Type:
DataPAEnterpriseDashboard..::..DashboardDesigner..::..BeforeHyperlinkEventHandlerRemarks
See Also