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

In This Topic
    OnPagesClear Method (SampleC1PrintDocument)
    In This Topic
    Called after the C1.C1Preview.C1PrintDocument.Pages collection has been cleared. Raises the C1.C1Preview.C1PrintDocument.PagesClear event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPagesClear() 
    protected virtual void OnPagesClear()
    See Also