Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnPrintAbort Method
PrintAbortEventArgs object that contains the event data


In This Topic
    OnPrintAbort Method
    In This Topic
    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