'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