DataPA Enterprise Dashboard Controls API Reference
Gets and sets the control panel object that has raised the Dashboard Modified event.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public ControlPanelObject ModifiedControlPanelObject { get; set; }
Visual Basic
Public Property ModifiedControlPanelObject As ControlPanelObject
	Get
	Set
Visual C++
public:
virtual property ControlPanelObject^ ModifiedControlPanelObject {
	ControlPanelObject^ get () sealed;
	void set (ControlPanelObject^ value) sealed;
}

Property Value

Type: ControlPanelObject
The control panel object that has raised the Dashboard Modified event.

Return Value

Type: ControlPanelObject
The control panel object that has raised the Dashboard Modified event.

Remarks