Show / Hide Table of Contents

Class PTOutlineViewControllerDelegate

Inheritance
System.Object
PTOutlineViewControllerDelegate
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class PTOutlineViewControllerDelegate : NSObject

Constructors

PTOutlineViewControllerDelegate()

Declaration
public PTOutlineViewControllerDelegate()

PTOutlineViewControllerDelegate(NSObjectFlag)

Declaration
protected PTOutlineViewControllerDelegate(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTOutlineViewControllerDelegate(IntPtr)

Declaration
protected PTOutlineViewControllerDelegate(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Methods

OutlineViewControllerDidCancel(PTOutlineViewController)

Declaration
public virtual void OutlineViewControllerDidCancel(PTOutlineViewController sender)
Parameters
Type Name Description
PTOutlineViewController sender

OutlineViewControllerOutlineSelected(PTOutlineViewController, NSDictionary)

Declaration
public virtual void OutlineViewControllerOutlineSelected(PTOutlineViewController sender, NSDictionary aBookmark)
Parameters
Type Name Description
PTOutlineViewController sender
Foundation.NSDictionary aBookmark
Back to top Generated by DocFX