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

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

Syntax

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

Value

Type: DataPAEnterpriseDashboard..::..DashboardDesigner..::..ApplyingDataViewerLayoutEventHandler

Remarks

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

See Also