Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / Print Delegate


In This Topic
Print Delegate
In This Topic
Syntax
'Declaration
 
Public Delegate Sub Print( _
   ByVal sender As Object, _
   ByVal e As PrintArgs _
) 
 
'Usage
 
Dim instance As New Print(AddressOf HandlerMethod)

Parameters

sender
e
See Also