Spread Windows Forms 12.0 Product Documentation
OnPrintAbort Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnPrintAbort Method
PrintAbortEventArgs object that contains the event data
Raises the PrintAbort event.
Syntax
'Declaration
 
Protected Overridable Sub OnPrintAbort( _
   ByVal e As PrintAbortEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As PrintAbortEventArgs
 
instance.OnPrintAbort(e)
protected virtual void OnPrintAbort( 
   PrintAbortEventArgs e
)

Parameters

e
PrintAbortEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members