DashboardDesignerAfterPreparePrint Event |
|
DataPA OpenAnalytics 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 public event DashboardDesignerAfterPreparePrintEventHandler AfterPreparePrint
Public Event AfterPreparePrint As DashboardDesignerAfterPreparePrintEventHandler
public:
event DashboardDesignerAfterPreparePrintEventHandler^ AfterPreparePrint {
void add (DashboardDesignerAfterPreparePrintEventHandler^ value);
void remove (DashboardDesignerAfterPreparePrintEventHandler^ value);
}
function add_AfterPreparePrint(value);
function remove_AfterPreparePrint(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerAfterPreparePrintEventHandlerRemarks See Also