DashboardDesignerDashboardOpened Event |
|
DataPA OpenAnalytics API Reference
Event raised when a ManagedDashboard object is opened by the control.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardDesignerDashboardOpenedEventHandler DashboardOpened
Public Event DashboardOpened As DashboardDesignerDashboardOpenedEventHandler
public:
event DashboardDesignerDashboardOpenedEventHandler^ DashboardOpened {
void add (DashboardDesignerDashboardOpenedEventHandler^ value);
void remove (DashboardDesignerDashboardOpenedEventHandler^ value);
}
function add_DashboardOpened(value);
function remove_DashboardOpened(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerDashboardOpenedEventHandlerRemarks See Also