DashboardDesignerTabsModified Event |
|
DataPA OpenAnalytics API Reference
Event raised when a dashboard tab is added, deleted or has its title changed, or when the order of the tabs is changed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardDesignerTabsModifiedEventHandler TabsModified
Public Event TabsModified As DashboardDesignerTabsModifiedEventHandler
public:
event DashboardDesignerTabsModifiedEventHandler^ TabsModified {
void add (DashboardDesignerTabsModifiedEventHandler^ value);
void remove (DashboardDesignerTabsModifiedEventHandler^ value);
}
function add_TabsModified(value);
function remove_TabsModified(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerTabsModifiedEventHandlerRemarks See Also