DashboardAfterRefreshDataArgs Class |
Namespace: DataPAEnterpriseDashboard
public class DashboardAfterRefreshDataArgs : EventArgs, _DashboardAfterRefreshDataArgs
The DashboardAfterRefreshDataArgs type exposes the following members.
Name | Description | |
---|---|---|
DashboardAfterRefreshDataArgs |
Creates and returns a new DashboardAfterRefreshDataArgs object
| |
DashboardAfterRefreshDataArgs(DashboardQuery, Boolean, String, Boolean) |
Creates and returns a new DashboardAfterRefreshDataArgs object.
|
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
Cancelled |
Gets a property that indicates whether the query was cancelled.
| |
CompletedOK |
Gets a property that indicates whether the query completed OK.
| |
DashboardQuery |
Gets and Sets the DashboardQuery object that has been refreshed.
| |
ErrorMessage |
Gets a property that contains the error message resulting from the refresh of the query if an error occured.
| |
ResultsSet |
Gets and Sets the ResultsSet collection of the refreshed query.
|