Occurs when the last page of the document has printed.
Namespace:
Greatis.PrintSuite.DesignerAssembly: Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event EndPrint As PrintEventHandler |
C# |
---|
public event PrintEventHandler EndPrint |
Visual C++ |
---|
public: event PrintEventHandler^ EndPrint { void add (PrintEventHandler^ value); void remove (PrintEventHandler^ value); } |
JavaScript |
---|
function add_endPrint(value); function remove_endPrint(value); |