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


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

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also