DataPA Enterprise Dashboard Controls API Reference
Event raised when the control completes the prepare print operation.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public event DashboardDesigner..::..AfterPreparePrintEventHandler AfterPreparePrint |
| Visual Basic |
|---|
Public Event AfterPreparePrint As DashboardDesigner..::..AfterPreparePrintEventHandler |
| Visual C++ |
|---|
public:
event DashboardDesigner..::..AfterPreparePrintEventHandler^ AfterPreparePrint {
void add (DashboardDesigner..::..AfterPreparePrintEventHandler^ value);
void remove (DashboardDesigner..::..AfterPreparePrintEventHandler^ value);
} |
Value
Type:
DataPAEnterpriseDashboard..::..DashboardDesigner..::..AfterPreparePrintEventHandlerRemarks
See Also