Click or drag to resize
ApplyingDataViewerLayoutEventArgs Constructor DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new ApplyingDataViewerLayoutEventArgs object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public ApplyingDataViewerLayoutEventArgs(
	string Key,
	string Layout,
	DataViewerColumns DataViewerColumns
)

Parameters

Key
Type: SystemString
The key of the Data Viewer the layout is being applied to.
Layout
Type: SystemString
The layout to be applied as an XML string.
DataViewerColumns
Type: DataPAEnterpriseDashboardDataViewerColumns
Remarks