Click or drag to resize
DashboardModifiedEventArgs Constructor (DashboardModifiedEventArgsDashboardModifiyAction, ControlPanelObject) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardModifiedEventArgs object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardModifiedEventArgs(
	DashboardModifiedEventArgsDashboardModifiyAction ModifyType,
	ControlPanelObject ModifiedObject
)

Parameters

ModifyType
Type: DataPAEnterpriseDashboardDashboardModifiedEventArgsDashboardModifiyAction
The type of change that has occured to the Manageddashboard object.
ModifiedObject
Type: DataPAEnterpriseDashboardControlPanelObject
The ControlPanelObject object that has been changed.
Remarks