Click or drag to resize

PdfToolBarOnPdfViewerChanging Method

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

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

Parameters

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