Show / Hide Table of Contents

Class PTBookmarkViewControllerDelegate

Inheritance
System.Object
PTBookmarkViewControllerDelegate
Implements
IPTBookmarkViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class PTBookmarkViewControllerDelegate : NSObject, IPTBookmarkViewControllerDelegate

Constructors

PTBookmarkViewControllerDelegate()

Declaration
public PTBookmarkViewControllerDelegate()

PTBookmarkViewControllerDelegate(NSObjectFlag)

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

PTBookmarkViewControllerDelegate(IntPtr)

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

Methods

BookmarkViewControllerBookmarkAdded(PTBookmarkViewController, PTUserBookmark)

Declaration
public virtual void BookmarkViewControllerBookmarkAdded(PTBookmarkViewController bookmarkViewController, PTUserBookmark bookmark)
Parameters
Type Name Description
PTBookmarkViewController bookmarkViewController
PTUserBookmark bookmark

BookmarkViewControllerBookmarkModified(PTBookmarkViewController, PTUserBookmark)

Declaration
public virtual void BookmarkViewControllerBookmarkModified(PTBookmarkViewController bookmarkViewController, PTUserBookmark bookmark)
Parameters
Type Name Description
PTBookmarkViewController bookmarkViewController
PTUserBookmark bookmark

BookmarkViewControllerBookmarkRemoved(PTBookmarkViewController, PTUserBookmark)

Declaration
public virtual void BookmarkViewControllerBookmarkRemoved(PTBookmarkViewController bookmarkViewController, PTUserBookmark bookmark)
Parameters
Type Name Description
PTBookmarkViewController bookmarkViewController
PTUserBookmark bookmark

BookmarkViewControllerBookmarkSelected(PTBookmarkViewController, PTUserBookmark)

Declaration
public virtual void BookmarkViewControllerBookmarkSelected(PTBookmarkViewController bookmarkViewController, PTUserBookmark aBookmark)
Parameters
Type Name Description
PTBookmarkViewController bookmarkViewController
PTUserBookmark aBookmark

BookmarkViewControllerDidCancel(PTBookmarkViewController)

Declaration
public virtual void BookmarkViewControllerDidCancel(PTBookmarkViewController bookmarkViewController)
Parameters
Type Name Description
PTBookmarkViewController bookmarkViewController

Implements

IPTBookmarkViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
In This Article
Back to top Generated by DocFX