Spread WinForms 15
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
See Also