DataPA Enterprise Dashboard Controls 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
C# |
---|
public event DashboardDesigner..::..TabsModifiedEventHandler TabsModified |
Visual Basic |
---|
Public Event TabsModified As DashboardDesigner..::..TabsModifiedEventHandler |
Visual C++ |
---|
public:
event DashboardDesigner..::..TabsModifiedEventHandler^ TabsModified {
void add (DashboardDesigner..::..TabsModifiedEventHandler^ value);
void remove (DashboardDesigner..::..TabsModifiedEventHandler^ value);
} |
Value
Type:
DataPAEnterpriseDashboard..::..DashboardDesigner..::..TabsModifiedEventHandlerRemarks
See Also