ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PrintEventHandler Delegate
The source of the event.
A PrintEventArgs that contains the event data.

In This Topic
    PrintEventHandler Delegate
    In This Topic
    Represents the method that will handle the Printer.BeginPrint or Printer.EndPrint event of a Printer.
    Syntax
    'Declaration
     
    Public Delegate Sub PrintEventHandler( _
       ByVal sender As Object, _
       ByVal e As PrintEventArgs _
    ) 
    public delegate void PrintEventHandler( 
       object sender,
       PrintEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A PrintEventArgs that contains the event data.
    See Also