| DashboardBeforeRefreshDataArgs Class |
|
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class DashboardBeforeRefreshDataArgs : EventArgs, _DashboardBeforeRefreshDataArgs
The DashboardBeforeRefreshDataArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| DashboardBeforeRefreshDataArgs |
Creates and returns a new DashboardBeforeRefreshDataArgs object.
| |
| DashboardBeforeRefreshDataArgs(DashboardQuery) |
Creates and returns a new DashboardBeforeRefreshDataArgs object.
| |
| DashboardBeforeRefreshDataArgs(DashboardQuery, Boolean) |
Creates and returns a new DashboardBeforeRefreshDataArgs object
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Cancel |
Gets and Sets a value that indicates whether the refresh of the query should be cancelled.
| |
| DashboardQuery |
Gets and Sets the DashboardQuery object that will be refreshed.
| |
| Override |
Gets and Sets a value that indicates whether the default behavior is to be overriden.
| |
| ResultsSet |
Gets and Sets the ResultsSet collection of the refreshed query.
|