ApplicationOnDocumentBeginPrint Method |
Raise the DocumentBeginPrint event.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax protected virtual void OnDocumentBeginPrint(
DocumentPrintEventArgs e
)
Protected Overridable Sub OnDocumentBeginPrint (
e As DocumentPrintEventArgs
)
Parameters
- e
- Type: RootPro.RootProCADDocumentPrintEventArgs
See Also