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


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

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

    See Also