Click or drag to resize

DocumentClosingEventArgs Class

Represents the class that contain event data for DocumentClosing event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsDocumentClosingEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
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