DashboardModifiedEventArgs Constructor (DashboardModifiedEventArgsDashboardModifiyAction, ControlPanelObject) |
|
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,
ControlPanelObject ModifiedObject
)
Public Sub New (
ModifyType As DashboardModifiedEventArgsDashboardModifiyAction,
ModifiedObject As ControlPanelObject
)
public:
DashboardModifiedEventArgs(
DashboardModifiedEventArgsDashboardModifiyAction ModifyType,
ControlPanelObject^ ModifiedObject
)
DataPAEnterpriseDashboard.DashboardModifiedEventArgs = function(ModifyType, 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 See Also