ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Win Assembly / GrapeCity.ActiveReports.Win.Printing Namespace / Printer Class / CommonEndPrint Event

In This Topic
    CommonEndPrint Event
    In This Topic
    Occurs when the last page of the document has printed.
    Syntax
    'Declaration
     
    Public Event CommonEndPrint As PrintEventHandler
    public event PrintEventHandler CommonEndPrint
    Event Data

    The event handler receives an argument of type PrintEventArgs containing data related to this event. The following PrintEventArgs properties provide information specific to this event.

    PropertyDescription
    Returns PrintAction.PrintToFile in all cases.  
    See Also