// // System.Drawing.PrintEventArgs.cs // // Author: // Dennis Hayes (dennish@Raytek.com) // // (C) 2002 Ximian, Inc // using System; //NOTE: Complete! Aparently just a redifiniton of CancleEventArgs specific to Printing. namespace System.Drawing.Printing { /// /// Summary description for PrintEventArgs. /// public class PrintEventArgs //: CancelEventArgs { public PrintEventArgs() { } } }