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

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