DataPA Enterprise Dashboard Controls API Reference
Gets the DashboardAlert this event relates to.

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

Syntax

C#
public DashboardAlert DashboardAlert { get; }
Visual Basic
Public ReadOnly Property DashboardAlert As DashboardAlert
	Get
Visual C++
public:
virtual property DashboardAlert^ DashboardAlert {
	DashboardAlert^ get () sealed;
}

Return Value

Type: DashboardAlert
The DashboardAlert this event relates to.

Remarks