Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintDocumentEventHandler Delegate
Source of the event
Event data


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

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also