PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / OnDocumentEnded Method

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