DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new DashboardBeforeRefreshDataArgs object

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

Syntax

C#
public DashboardBeforeRefreshDataArgs(
	DashboardQuery DashboardQuery,
	bool Override
)
Visual Basic
Public Sub New ( 
	DashboardQuery As DashboardQuery,
	Override As Boolean
)
Visual C++
public:
DashboardBeforeRefreshDataArgs(
	DashboardQuery^ DashboardQuery, 
	bool Override
)

Parameters

DashboardQuery
Type: DataPAEnterpriseDashboard..::..DashboardQuery
The DashboardQuery object that will be refreshed.
Override
Type: System..::..Boolean
True if code must handle the refresh operation explicitly.

Remarks