| PdfToolBarOnPdfViewerChanging Method |
Called when the current PdfViewer control associated with the ToolBar is changing.
Namespace: Patagames.Pdf.Net.Controls.Wpf.ToolBarsAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax protected virtual void OnPdfViewerChanging(
PdfViewer oldValue,
PdfViewer newValue
)
Protected Overridable Sub OnPdfViewerChanging (
oldValue As PdfViewer,
newValue As PdfViewer
)
protected:
virtual void OnPdfViewerChanging(
PdfViewer^ oldValue,
PdfViewer^ newValue
)
abstract OnPdfViewerChanging :
oldValue : PdfViewer *
newValue : PdfViewer -> unit
override OnPdfViewerChanging :
oldValue : PdfViewer *
newValue : PdfViewer -> unit
protected void OnPdfViewerChanging(
PdfViewer oldValue,
PdfViewer newValue
)
function OnPdfViewerChanging(oldValue, 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