Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintPreviewShowingEventArgs Class / PrintPreviewShowingEventArgs Constructor
View that contains the sheet being printed
Print preview dialog
Print preview dialog control


In This Topic
    PrintPreviewShowingEventArgs Constructor
    In This Topic
    Creates a new object with the PrintPreviewShowing event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal view As SpreadView, _
       ByVal ppd As PrintPreviewDialog, _
       ByVal ppc As PrintPreviewControl _
    )
    'Usage
     
    
    Dim view As SpreadView
    Dim ppd As PrintPreviewDialog
    Dim ppc As PrintPreviewControl
     
    Dim instance As New PrintPreviewShowingEventArgs(view, ppd, ppc)
    public PrintPreviewShowingEventArgs( 
       SpreadView view,
       PrintPreviewDialog ppd,
       PrintPreviewControl ppc
    )

    Parameters

    view
    View that contains the sheet being printed
    ppd
    Print preview dialog
    ppc
    Print preview dialog control
    See Also