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

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