EndPlot Event |
Triggered after a document has been sent to the printer.
Signature
object.EndPlot(DrawingName)
Elements
object
Application, Document
An object expression that evaluates to a valid container object. In
this case, the only valid containers are the application or a
document.
DrawingName
String; input to the handler
The name of the drawing that has been printed.
Remarks
No events will be fired while a modal dialog is being displayed.
Comments? |