PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / OnDocumentEnded Method

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