Click or drag to resize
AutoRefreshQueryRequestEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by ManagedDashboard in AutoRefreshQueryRequest event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardAutoRefreshQueryRequestEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class AutoRefreshQueryRequestEventArgs : EventArgs, 
	_AutoRefreshQueryRequestEventArgs

The AutoRefreshQueryRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAutoRefreshQueryRequestEventArgs
Creates and returns a new AutoRefreshQueryRequestEventArgs object
Public methodAutoRefreshQueryRequestEventArgs(DashboardQuery)
Creates and returns a new AutoRefreshQueryRequestEventArgs object.
Top
Fields
Properties
  NameDescription
Public propertyDashboardQuery
Gets and Sets the DashboardQuery object that needs to be refreshed.
Top
Remarks