Click or drag to resize
DashboardAfterRefreshDataArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by ManagedDashboard in AfterRefreshdata event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardDashboardAfterRefreshDataArgs

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

The DashboardAfterRefreshDataArgs type exposes the following members.

Constructors
  NameDescription
Public methodDashboardAfterRefreshDataArgs
Creates and returns a new DashboardAfterRefreshDataArgs object
Public methodDashboardAfterRefreshDataArgs(DashboardQuery, Boolean, String, Boolean)
Creates and returns a new DashboardAfterRefreshDataArgs object.
Top
Fields
Properties
  NameDescription
Public propertyCancelled
Gets a property that indicates whether the query was cancelled.
Public propertyCompletedOK
Gets a property that indicates whether the query completed OK.
Public propertyDashboardQuery
Gets and Sets the DashboardQuery object that has been refreshed.
Public propertyErrorMessage
Gets a property that contains the error message resulting from the refresh of the query if an error occured.
Public propertyResultsSet
Gets and Sets the ResultsSet collection of the refreshed query.
Top
Remarks