NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintEventArgs Class

Provides data for the OnBeginPrint and OnEndPrint events.

Object
   EventArgs
      CancelEventArgs
         PrintEventArgs

[Visual Basic]
Public Class PrintEventArgs
   Inherits CancelEventArgs
[C#]
public class PrintEventArgs : CancelEventArgs
[C++]
public __gc class PrintEventArgs : public CancelEventArgs
[JScript]
public class PrintEventArgs extends CancelEventArgs

Remarks

In this release, PrintEventArgs provides no properties to specify event data. This class is reserved for future use.

Requirements

Namespace: System.Drawing.Printing

Assembly: System.Drawing.dll

See Also

PrintEventArgs Members | System.Drawing.Printing Namespace | PrintDocument | PrintEventHandler | OnBeginPrint | System.Drawing.Printing.PrintDocument.BeginPrint | OnEndPrint | System.Drawing.Printing.PrintDocument.EndPrint