DashboardDesignerApplyingDataViewerLayout Event |
|
DataPA OpenAnalytics API Reference
Event raised before the control applies a layout to a data viewer.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardDesignerApplyingDataViewerLayoutEventHandler ApplyingDataViewerLayout
Public Event ApplyingDataViewerLayout As DashboardDesignerApplyingDataViewerLayoutEventHandler
public:
event DashboardDesignerApplyingDataViewerLayoutEventHandler^ ApplyingDataViewerLayout {
void add (DashboardDesignerApplyingDataViewerLayoutEventHandler^ value);
void remove (DashboardDesignerApplyingDataViewerLayoutEventHandler^ value);
}
function add_ApplyingDataViewerLayout(value);
function remove_ApplyingDataViewerLayout(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerApplyingDataViewerLayoutEventHandlerRemarks Allows the developer to override the saved layout and apply their own.
See Also