Spread Windows Forms 17
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)
    public delegate void Print( 
       object sender,
       PrintArgs e
    )

    Parameters

    sender
    e
    See Also