DashboardModifiedEventArgs Constructor (DashboardModifiedEventArgsDashboardModifiyAction) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardModifiedEventArgs object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardModifiedEventArgs(
DashboardModifiedEventArgsDashboardModifiyAction ModifyType
)
Public Sub New (
ModifyType As DashboardModifiedEventArgsDashboardModifiyAction
)
public:
DashboardModifiedEventArgs(
DashboardModifiedEventArgsDashboardModifiyAction ModifyType
)
DataPAEnterpriseDashboard.DashboardModifiedEventArgs = function(ModifyType);
Parameters
- ModifyType
- Type: DataPAEnterpriseDashboardDashboardModifiedEventArgsDashboardModifiyAction
The type of change that has occured to the Manageddashboard object.
Remarks See Also