DataPA Enterprise Dashboard Controls API Reference
Event aurguments passed by ManagedDashboard in BeforeRefreshdata event.

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

Syntax

C#
[SerializableAttribute]
public class DashboardBeforeRefreshDataArgs : EventArgs, 
	_DashboardBeforeRefreshDataArgs
Visual Basic
<SerializableAttribute>
Public Class DashboardBeforeRefreshDataArgs
	Inherits EventArgs
	Implements _DashboardBeforeRefreshDataArgs
Visual C++
[SerializableAttribute]
public ref class DashboardBeforeRefreshDataArgs : public EventArgs, 
	_DashboardBeforeRefreshDataArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DataPAEnterpriseDashboard..::..DashboardBeforeRefreshDataArgs

See Also