Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintCancelledEventArgs Class
Members


PrintCancelledEventArgs Class
Represents the event data for the PrintCancelled event for the Spread component, which occurs when the printing is discontinued by the user.
Syntax
'Declaration
 
Public Class PrintCancelledEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As PrintCancelledEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.PrintCancelledEventArgs

See Also