 | PdfViewerOnDocumentClosing Method |
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual bool OnDocumentClosing(
DocumentClosingEventArgs e
)
Protected Overridable Function OnDocumentClosing (
e As DocumentClosingEventArgs
) As Boolean
protected:
virtual bool OnDocumentClosing(
DocumentClosingEventArgs^ e
)
abstract OnDocumentClosing :
e : DocumentClosingEventArgs -> bool
override OnDocumentClosing :
e : DocumentClosingEventArgs -> bool protected boolean OnDocumentClosing(
DocumentClosingEventArgs e
)
function OnDocumentClosing(e);
Parameters
- e DocumentClosingEventArgs
- An System.EventArgs that contains the event data.
Return Value
BooleanTrue if the close should be canceled; otherwise - False
See Also