DashboardDesignerBeforeHyperlink Event |
|
DataPA OpenAnalytics 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 public event DashboardDesignerBeforeHyperlinkEventHandler BeforeHyperlink
Public Event BeforeHyperlink As DashboardDesignerBeforeHyperlinkEventHandler
public:
event DashboardDesignerBeforeHyperlinkEventHandler^ BeforeHyperlink {
void add (DashboardDesignerBeforeHyperlinkEventHandler^ value);
void remove (DashboardDesignerBeforeHyperlinkEventHandler^ value);
}
function add_BeforeHyperlink(value);
function remove_BeforeHyperlink(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerBeforeHyperlinkEventHandlerRemarks See Also