OnDocumentEnded Method (C1PrintDocument)
In This Topic
Called when the document has finished generating. Raises the
C1PrintDocument.DocumentEnded event. The
C1PrintDocument.BusyState property is set to
BusyStateEnum.Ready before this method is called. See remarks in
C1PrintDocument.OnDocumentStarting method for more details.
Syntax
'Declaration
Protected Overridable Sub OnDocumentEnded()
protected virtual void OnDocumentEnded()
See Also