Class PTOutlineViewController
Inheritance
System.Object
PTOutlineViewController
Implements
ObjCRuntime.INativeObject
System.IDisposable
Assembly: Tools.dll
Syntax
public class PTOutlineViewController : UITableViewController, IPTOverridable
Constructors
PTOutlineViewController()
Declaration
public PTOutlineViewController()
PTOutlineViewController(NSCoder)
Declaration
public PTOutlineViewController(NSCoder coder)
Parameters
Type |
Name |
Description |
Foundation.NSCoder |
coder |
|
PTOutlineViewController(NSObjectFlag)
Declaration
protected PTOutlineViewController(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
PTOutlineViewController(PTPDFViewCtrl)
Declaration
public PTOutlineViewController(PTPDFViewCtrl in_pdfViewCtrl)
Parameters
Declaration
public PTOutlineViewController(PTToolManager toolManager)
Parameters
PTOutlineViewController(IntPtr)
Declaration
protected PTOutlineViewController(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
Properties
ClassHandle
Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Delegate
Declaration
public PTOutlineViewControllerDelegate Delegate { get; set; }
Property Value
Readonly
Declaration
public virtual bool Readonly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WeakDelegate
Declaration
public virtual NSObject WeakDelegate { get; set; }
Property Value
Type |
Description |
Foundation.NSObject |
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Refresh()
Declaration
public virtual void Refresh()
Events
OutlineViewControllerDidCancel
Declaration
public event EventHandler OutlineViewControllerDidCancel
Event Type
Type |
Description |
System.EventHandler |
|
OutlineViewControllerOutlineSelected
Declaration
public event EventHandler<OutlineViewControllerOutlineSelectedEventArgs> OutlineViewControllerOutlineSelected
Event Type
Implements
ObjCRuntime.INativeObject
System.IDisposable