public PrintElementEventArgs(RadPrintElement printElement)
 {
     this.printElement = printElement;
 }
 public PrintElementPaintEventArgs(RadPrintElement element, Graphics graphics, Rectangle bounds)
     : base(element)
 {
     this.graphics = graphics;
     this.bounds   = bounds;
 }