Click or drag to resize

DocumentClosingEventArgs Class

Represents the class that contain event data for DocumentClosing event.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Patagames.Pdf.Net.EventArguments.DocumentClosingEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class DocumentClosingEventArgs : EventArgs

The DocumentClosingEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodDocumentClosingEventArgs Construct DocumentClosingEventArgs object
Top
Properties
 NameDescription
Public propertyCancel Gets or sets the value indicating that document should not be closed;
Top
See Also