FarPoint.Win.Spread
PrintBackgroundEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : PrintBackgroundEventArgs Class


Represents the event data for the PrintBackground event for the Spread component, which occurs when the background is printing.

Syntax

Visual Basic (Declaration) 
Public Class PrintBackgroundEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As PrintBackgroundEventArgs
C# 
public class PrintBackgroundEventArgs : EventArgs 

Inheritance Hierarchy

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

See Also