Click or drag to resize
DashboardModifiedEventArgs Constructor (DashboardModifiedEventArgsDashboardModifiyAction, CalculatedColumn) 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,
	CalculatedColumn ModifiedObject
)

Parameters

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