Click or drag to resize

PdfToolStripMainOnPdfViewerChanging 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.94.2704
Syntax
protected override 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