DataPA Enterprise Dashboard Controls API Reference
Event raised when an action changes the available operations. This event is useful for enabling and disabling the containers controls to reflect which operations can and cannot be performed.

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

Syntax

C#
public event DashboardDesigner..::..AvailableCommandsChangedEventHandler AvailableCommandsChanged
Visual Basic
Public Event AvailableCommandsChanged As DashboardDesigner..::..AvailableCommandsChangedEventHandler
Visual C++
public:
 event DashboardDesigner..::..AvailableCommandsChangedEventHandler^ AvailableCommandsChanged {
	void add (DashboardDesigner..::..AvailableCommandsChangedEventHandler^ value);
	void remove (DashboardDesigner..::..AvailableCommandsChangedEventHandler^ value);
}

Value

Type: DataPAEnterpriseDashboard..::..DashboardDesigner..::..AvailableCommandsChangedEventHandler

Remarks