ApplyingDataViewerLayoutEventArgs Constructor |
|
DataPA OpenAnalytics API Reference
Creates and returns a new ApplyingDataViewerLayoutEventArgs object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ApplyingDataViewerLayoutEventArgs(
string Key,
string Layout,
DataViewerColumns DataViewerColumns
)
Public Sub New (
Key As String,
Layout As String,
DataViewerColumns As DataViewerColumns
)
public:
ApplyingDataViewerLayoutEventArgs(
String^ Key,
String^ Layout,
DataViewerColumns^ DataViewerColumns
)
DataPAEnterpriseDashboard.ApplyingDataViewerLayoutEventArgs = function(Key, Layout, 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 See Also