Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PrintPreviewShowing Event


In This Topic
    PrintPreviewShowing Event
    In This Topic
    Occurs before the preview dialog appears.
    Syntax
    'Declaration
     
    
    Public Event PrintPreviewShowing As PrintPreviewShowingEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As PrintPreviewShowingEventHandler
     
    AddHandler instance.PrintPreviewShowing, handler
    public event PrintPreviewShowingEventHandler PrintPreviewShowing
    Event Data

    The event handler receives an argument of type PrintPreviewShowingEventArgs containing data related to this event. The following PrintPreviewShowingEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets whether to cancel the print preview.  
    Gets the control associated with the print preview dialog.  
    Gets the print preview dialog to be displayed.  
    See Also