DataPA Enterprise Dashboard Controls 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

C#
public DashboardModifiedEventArgs(
	DashboardModifiedEventArgs..::..DashboardModifiyAction ModifyType,
	CalculatedColumn ModifiedObject
)
Visual Basic
Public Sub New ( 
	ModifyType As DashboardModifiedEventArgs..::..DashboardModifiyAction,
	ModifiedObject As CalculatedColumn
)
Visual C++
public:
DashboardModifiedEventArgs(
	DashboardModifiedEventArgs..::..DashboardModifiyAction ModifyType, 
	CalculatedColumn^ ModifiedObject
)

Parameters

ModifyType
Type: DataPAEnterpriseDashboard..::..DashboardModifiedEventArgs..::..DashboardModifiyAction
The type of change that has occured to the Manageddashboard object.
ModifiedObject
Type: DataPAEnterpriseDashboard..::..CalculatedColumn
The CalculatedColumn object that has been changed.

Remarks