Click or drag to resize

PdfViewerOnBeforeDocumentChanged Method

Raises the BeforeDocumentChanged event.

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
protected virtual bool OnBeforeDocumentChanged(
	DocumentClosingEventArgs e
)

Parameters

e  DocumentClosingEventArgs
An System.EventArgs that contains the event data.

Return Value

Boolean
True if the change should be canceled; otherwise - False
See Also