An event for capturing Footer Events in an application. This event allows an application to define what prints in a footer.
To use the event, add this code to your application:
LinePrinter.FooterEventEx += new LinePrinter.FooterEventHandler(PrintFooter);
[Visual Basic]
Public Event FooterEventEx As FooterEventHandler
[C#]
public event FooterEventHandler FooterEventEx;