Spread Windows Forms 12.0 Product Documentation
PrintCancelledEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > PrintCancelledEventArgs Class : PrintCancelledEventArgs Constructor
View that contains the sheet being printed
Creates a new object with the PrintCancelled event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal view As SpreadView _
)
'Usage
 
Dim view As SpreadView
 
Dim instance As New PrintCancelledEventArgs(view)
public PrintCancelledEventArgs( 
   SpreadView view
)

Parameters

view
View that contains the sheet being printed
See Also

Reference

PrintCancelledEventArgs Class
PrintCancelledEventArgs Members