Click or drag to resize
DashboardBeforeRefreshDataArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by ManagedDashboard in BeforeRefreshdata event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardDashboardBeforeRefreshDataArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class DashboardBeforeRefreshDataArgs : EventArgs, 
	_DashboardBeforeRefreshDataArgs

The DashboardBeforeRefreshDataArgs type exposes the following members.

Constructors
  NameDescription
Public methodDashboardBeforeRefreshDataArgs
Creates and returns a new DashboardBeforeRefreshDataArgs object.
Public methodDashboardBeforeRefreshDataArgs(DashboardQuery)
Creates and returns a new DashboardBeforeRefreshDataArgs object.
Public methodDashboardBeforeRefreshDataArgs(DashboardQuery, Boolean)
Creates and returns a new DashboardBeforeRefreshDataArgs object
Top
Fields
Properties
  NameDescription
Public propertyCancel
Gets and Sets a value that indicates whether the refresh of the query should be cancelled.
Public propertyDashboardQuery
Gets and Sets the DashboardQuery object that will be refreshed.
Public propertyOverride
Gets and Sets a value that indicates whether the default behavior is to be overriden.
Public propertyResultsSet
Gets and Sets the ResultsSet collection of the refreshed query.
Top
Remarks