An event handler interface for responding to per-page printing system events.
More...
#include <IEvent.h>
|
virtual void | BeginPrintPage (IBeginPrintPageParamP param)=0 |
| Called when MicroStation begins printing a single page. More...
|
|
virtual void | EndPrintPage (IEndPrintPageParamP param)=0 |
| Called when MicroStation has finished printing a single page. More...
|
|
An event handler interface for responding to per-page printing system events.
virtual void BeginPrintPage |
( |
IBeginPrintPageParamP |
param | ) |
|
|
pure virtual |
Called when MicroStation begins printing a single page.
- Parameters
-
[in] | param | Event parameters |
virtual void EndPrintPage |
( |
IEndPrintPageParamP |
param | ) |
|
|
pure virtual |
Called when MicroStation has finished printing a single page.
- Parameters
-
[in] | param | Event parameters |
The documentation for this struct was generated from the following file: