| PdfToolStripOnPdfViewerChanging Method |
Called when the current PdfViewer control associated with the ToolStrip is changing.
Namespace: Patagames.Pdf.Net.Controls.WinForms.ToolBarsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.89.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 ToolStrip.
- newValue PdfViewer
- PdfViewer control of which will be associated with the ToolStrip.
See Also