DashboardDesignerAvailableCommandsChanged Event |
|
DataPA OpenAnalytics 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: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardDesignerAvailableCommandsChangedEventHandler AvailableCommandsChanged
Public Event AvailableCommandsChanged As DashboardDesignerAvailableCommandsChangedEventHandler
public:
event DashboardDesignerAvailableCommandsChangedEventHandler^ AvailableCommandsChanged {
void add (DashboardDesignerAvailableCommandsChangedEventHandler^ value);
void remove (DashboardDesignerAvailableCommandsChangedEventHandler^ value);
}
function add_AvailableCommandsChanged(value);
function remove_AvailableCommandsChanged(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerAvailableCommandsChangedEventHandlerRemarks See Also