Spread Windows Forms 15.0
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)
    public PrintCancelledEventArgs( 
       SpreadView view
    )

    Parameters

    view
    View that contains the sheet being printed
    See Also