Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintHeaderFooterAreaEventArgs Class
Members


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

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.PrintHeaderFooterAreaEventArgs

    See Also