DashboardModifiedEventArgsModifiedControlPanelObject Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the control panel object that has raised the Dashboard Modified event.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ControlPanelObject ModifiedControlPanelObject { get; set; }
Public Property ModifiedControlPanelObject As ControlPanelObject
Get
Set
public:
virtual property ControlPanelObject^ ModifiedControlPanelObject {
ControlPanelObject^ get () sealed;
void set (ControlPanelObject^ value) sealed;
}
function get_ModifiedControlPanelObject();
function set_ModifiedControlPanelObject(value);
Property Value
Type:
ControlPanelObjectThe control panel object that has raised the Dashboard Modified event.
Return Value
Type:
ControlPanelObjectThe control panel object that has raised the Dashboard Modified event.
Remarks See Also