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


In This Topic
    PrintBackgroundEventArgs Class
    In This Topic
    Represents the event data for the PrintBackground event for the Spread component, which occurs when the background is printing.
    Syntax
    'Declaration
     
    
    Public Class PrintBackgroundEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As PrintBackgroundEventArgs
    public class PrintBackgroundEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.PrintBackgroundEventArgs

    See Also