Class PTBookmarkViewControllerDelegate
Inheritance
System.Object
PTBookmarkViewControllerDelegate
Implements
ObjCRuntime.INativeObject
System.IDisposable
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
BookmarkViewControllerBookmarkModified(PTBookmarkViewController, PTUserBookmark)
Declaration
public virtual void BookmarkViewControllerBookmarkModified(PTBookmarkViewController bookmarkViewController, PTUserBookmark bookmark)
Parameters
BookmarkViewControllerBookmarkRemoved(PTBookmarkViewController, PTUserBookmark)
Declaration
public virtual void BookmarkViewControllerBookmarkRemoved(PTBookmarkViewController bookmarkViewController, PTUserBookmark bookmark)
Parameters
BookmarkViewControllerBookmarkSelected(PTBookmarkViewController, PTUserBookmark)
Declaration
public virtual void BookmarkViewControllerBookmarkSelected(PTBookmarkViewController bookmarkViewController, PTUserBookmark aBookmark)
Parameters
BookmarkViewControllerDidCancel(PTBookmarkViewController)
Declaration
public virtual void BookmarkViewControllerDidCancel(PTBookmarkViewController bookmarkViewController)
Parameters
Implements
ObjCRuntime.INativeObject
System.IDisposable