Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintCancelledEventArgs Class / PrintCancelledEventArgs Constructor
View that contains the sheet being printed


In This Topic
PrintCancelledEventArgs Constructor
In This Topic
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)

Parameters

view
View that contains the sheet being printed
See Also