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


In This Topic
    PrintPreviewShowingEventArgs Class
    In This Topic
    Represents the event data for the PrintPreviewShowing event for the Spread component, which occurs before the print preview dialog appears.
    Syntax
    'Declaration
     
    
    Public Class PrintPreviewShowingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As PrintPreviewShowingEventArgs
    public class PrintPreviewShowingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.PrintPreviewShowingEventArgs

    See Also