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

In This Topic
    OnBeforePagesClear Method (SampleC1PrintDocument)
    In This Topic
    Called when the C1.C1Preview.C1PrintDocument.Pages collection is about to be cleared. Raises the C1.C1Preview.C1PrintDocument.BeforePagesClear event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnBeforePagesClear() 
    protected virtual void OnBeforePagesClear()
    See Also