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

In This Topic
    OnDocumentStarting Method (SampleC1PrintDocument)
    In This Topic
    Called when the document is starting to generate. Raises the C1.C1Preview.C1PrintDocument.DocumentStarting event. The C1.C1Preview.C1PrintDocument.BusyState property is set to C1.C1Preview.BusyStateEnum.Generating after this method returns. See remarks for more details.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDocumentStarting() 
    protected virtual void OnDocumentStarting()
    Remarks
    See Also