Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PrintPreviewShowing Event


PrintPreviewShowing Event
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
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