DataPA Enterprise Dashboard Controls API Reference
Event raised before the control applies a layout to a data grid dashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public event DashboardDesigner..::..ApplyingDataGridLayoutEventHandler ApplyingDataGridLayout |
Visual Basic |
---|
Public Event ApplyingDataGridLayout As DashboardDesigner..::..ApplyingDataGridLayoutEventHandler |
Visual C++ |
---|
public:
event DashboardDesigner..::..ApplyingDataGridLayoutEventHandler^ ApplyingDataGridLayout {
void add (DashboardDesigner..::..ApplyingDataGridLayoutEventHandler^ value);
void remove (DashboardDesigner..::..ApplyingDataGridLayoutEventHandler^ value);
} |
Value
Type:
DataPAEnterpriseDashboard..::..DashboardDesigner..::..ApplyingDataGridLayoutEventHandlerRemarks
See Also