FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintAbortEventArgs Class
Members


PrintAbortEventArgs Class
Represents the event data for the PrintAbort event for the Spread component, which allows the user to discontinue the printing at any time during a print job.
Syntax
'Declaration
 
Public Class PrintAbortEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As PrintAbortEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.PrintAbortEventArgs

See Also