Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PrintCancelled Event


In This Topic
    PrintCancelled Event
    In This Topic
    Occurs when a print job is discontinued by the user.
    Syntax
    'Declaration
     
    
    Public Event PrintCancelled As PrintCancelledEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As PrintCancelledEventHandler
     
    AddHandler instance.PrintCancelled, handler
    public event PrintCancelledEventHandler PrintCancelled
    See Also