DashboardDesignerDashboardClosed Event |
|
DataPA OpenAnalytics API Reference
Event raised when a ManagedDashboard object is closed by the control.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardDesignerDashboardClosedEventHandler DashboardClosed
Public Event DashboardClosed As DashboardDesignerDashboardClosedEventHandler
public:
event DashboardDesignerDashboardClosedEventHandler^ DashboardClosed {
void add (DashboardDesignerDashboardClosedEventHandler^ value);
void remove (DashboardDesignerDashboardClosedEventHandler^ value);
}
function add_DashboardClosed(value);
function remove_DashboardClosed(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerDashboardClosedEventHandlerRemarks See Also