Show / Hide Table of Contents

Interface ToolManager.IToolChangedListener

Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IToolChangedListener : IJavaObject, IDisposable, IJavaPeerable

Methods

ToolChanged(ToolManager.ITool, ToolManager.ITool)

Declaration
void ToolChanged(ToolManager.ITool newTool, ToolManager.ITool oldTool)
Parameters
Type Name Description
ToolManager.ITool newTool
ToolManager.ITool oldTool
Back to top Generated by DocFX