'Declaration
Public Delegate Sub PrintMessageBoxEventHandler( _ ByVal sender As Object, _ ByVal e As PrintMessageBoxEventArgs _ )
'Usage
Dim instance As New PrintMessageBoxEventHandler(AddressOf HandlerMethod)
public delegate void PrintMessageBoxEventHandler( object sender, PrintMessageBoxEventArgs e )
Parameters
- sender
- Source of the event
- e
- Event data