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

Parameters

ModifyType
Type: DataPAEnterpriseDashboardDashboardModifiedEventArgsDashboardModifiyAction
The type of change that has occured to the Manageddashboard object.
ModifiedObjectGuid
Type: SystemGuid
The GUID of the object that has been changed.
Remarks