Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintAbortEventHandler Delegate


In This Topic
    PrintAbortEventHandler Delegate
    In This Topic
    Represents a defined method that handles the PrintAbort event for the Spread component.
    Syntax
    'Declaration
     
    
    Public Delegate Sub PrintAbortEventHandler( _
       ByVal sender As Object, _
       ByVal e As PrintAbortEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New PrintAbortEventHandler(AddressOf HandlerMethod)
    public delegate void PrintAbortEventHandler( 
       object sender,
       PrintAbortEventArgs e
    )

    Parameters

    sender
    e
    See Also