DataPA Enterprise Dashboard Controls API Reference
Gets and sets the type of change that has occured to the Manageddashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardModifiedEventArgs..::..DashboardModifiyAction ModifyType { get; set; } |
Visual Basic |
---|
Public Property ModifyType As DashboardModifiedEventArgs..::..DashboardModifiyAction
Get
Set |
Visual C++ |
---|
public:
virtual property DashboardModifiedEventArgs..::..DashboardModifiyAction ModifyType {
DashboardModifiedEventArgs..::..DashboardModifiyAction get () sealed;
void set (DashboardModifiedEventArgs..::..DashboardModifiyAction value) sealed;
} |
Property Value
Type:
DashboardModifiedEventArgs..::..DashboardModifiyActionThe type of change that has occured to the Manageddashboard object.
Return Value
Type:
DashboardModifiedEventArgs..::..DashboardModifiyActionThe type of change that has occured to the Manageddashboard object.
Remarks
See Also