Raised from P4PrintStreamEvents after a file is printed.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public event OnPrintEndEventHandler OnPrintEndFile

Remarks

Use this event to close any streams that were created by the OnPrintStreamEventHandler event.

See Also