Spread Windows Forms 11.0 Product Documentation
Print Delegate


FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace : Print Delegate
Syntax
'Declaration
 
Public Delegate Sub Print( _
   ByVal sender As Object, _
   ByVal e As PrintArgs _
) 
'Usage
 
Dim instance As New Print(AddressOf HandlerMethod)
public delegate void Print( 
   object sender,
   PrintArgs e
)

Parameters

sender
e
See Also

Reference

Print Members
FarPoint.Win.Spread.Design Namespace