Spread Windows Forms 12.0 Product Documentation
PrintDocumentEventHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : PrintDocumentEventHandler Delegate
Source of the event
Event data
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

Reference

PrintDocumentEventHandler Members
FarPoint.Win.Spread Namespace