BeforeBuildObjectEventArgs Constructor |
|
DataPA OpenAnalytics API Reference
Creates and returns a new BeforeBuildObjectEventArgs object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public BeforeBuildObjectEventArgs(
DashboardObject DashboardObject
)
Public Sub New (
DashboardObject As DashboardObject
)
public:
BeforeBuildObjectEventArgs(
DashboardObject^ DashboardObject
)
DataPAEnterpriseDashboard.BeforeBuildObjectEventArgs = function(DashboardObject);
Parameters
- DashboardObject
- Type: DataPAEnterpriseDashboardDashboardObject
The DashboardObject that is about to be built.
Remarks See Also