DashboardDesignerApplyingDataGridLayout Event |
|
DataPA OpenAnalytics API Reference
Event raised before the control applies a layout to a data grid dashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardDesignerApplyingDataGridLayoutEventHandler ApplyingDataGridLayout
Public Event ApplyingDataGridLayout As DashboardDesignerApplyingDataGridLayoutEventHandler
public:
event DashboardDesignerApplyingDataGridLayoutEventHandler^ ApplyingDataGridLayout {
void add (DashboardDesignerApplyingDataGridLayoutEventHandler^ value);
void remove (DashboardDesignerApplyingDataGridLayoutEventHandler^ value);
}
function add_ApplyingDataGridLayout(value);
function remove_ApplyingDataGridLayout(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerApplyingDataGridLayoutEventHandlerRemarks Allows the developer to override the saved layout and apply their own.
See Also