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

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

Syntax

C#
public DashboardAlertEventArgs(
	DashboardAlert DashboardAlert
)
Visual Basic
Public Sub New ( 
	DashboardAlert As DashboardAlert
)
Visual C++
public:
DashboardAlertEventArgs(
	DashboardAlert^ DashboardAlert
)

Parameters

DashboardAlert
Type: DataPAEnterpriseDashboard..::..DashboardAlert
The DashboardAlert the event applied to.

Remarks