PdfDocumentClosingEventArgs Properties
Provides data for the PdfViewer.DocumentClosing event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
IsDocumentModified | Gets a value indicating whether or not the current PDF has been modified. |
See Also