DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Creates and returns a new DashboardAlertEventArgs object.
Namespace: DataPAEnterpriseDashboardAssembly: 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.