Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintAbortEventArgs Class
Members


In This Topic
    PrintAbortEventArgs Class
    In This Topic
    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
    public class PrintAbortEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also