Click or drag to resize

PdfToolStripOnPdfViewerChanging Method

Called when the current PdfViewer control associated with the ToolStrip is changing.

Namespace: Patagames.Pdf.Net.Controls.WinForms.ToolBars
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.89.2704
Syntax
protected virtual void OnPdfViewerChanging(
	PdfViewer oldValue,
	PdfViewer newValue
)

Parameters

oldValue  PdfViewer
PdfViewer control of which was associated with the ToolStrip.
newValue  PdfViewer
PdfViewer control of which will be associated with the ToolStrip.
See Also