DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Creates and returns a new DashboardModifiedEventArgs object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardModifiedEventArgs( DashboardModifiedEventArgs..::..DashboardModifiyAction ModifyType, Guid ModifiedObjectGuid ) |
Visual Basic |
---|
Public Sub New ( ModifyType As DashboardModifiedEventArgs..::..DashboardModifiyAction, ModifiedObjectGuid As Guid ) |
Visual C++ |
---|
public: DashboardModifiedEventArgs( DashboardModifiedEventArgs..::..DashboardModifiyAction ModifyType, Guid ModifiedObjectGuid ) |
Parameters
- ModifyType
- Type: DataPAEnterpriseDashboard..::..DashboardModifiedEventArgs..::..DashboardModifiyAction
The type of change that has occured to the Manageddashboard object.
- ModifiedObjectGuid
- Type: System..::..Guid
The GUID of the object that has been changed.