DataPA Enterprise Dashboard Controls API Reference
Event raised before the control applies a layout to a data grid dashboard object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public event DashboardDesigner..::..ApplyingDataGridLayoutEventHandler ApplyingDataGridLayout
Visual Basic
Public Event ApplyingDataGridLayout As DashboardDesigner..::..ApplyingDataGridLayoutEventHandler
Visual C++
public:
 event DashboardDesigner..::..ApplyingDataGridLayoutEventHandler^ ApplyingDataGridLayout {
	void add (DashboardDesigner..::..ApplyingDataGridLayoutEventHandler^ value);
	void remove (DashboardDesigner..::..ApplyingDataGridLayoutEventHandler^ value);
}

Value

Type: DataPAEnterpriseDashboard..::..DashboardDesigner..::..ApplyingDataGridLayoutEventHandler

Remarks

Allows the developer to override the saved layout and apply their own.

See Also