Class PTTextSearchViewControllerDelegate
Inheritance
System.Object
PTTextSearchViewControllerDelegate
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public abstract class PTTextSearchViewControllerDelegate : NSObject, IPTTextSearchViewControllerDelegate, INativeObject, IDisposable
Constructors
PTTextSearchViewControllerDelegate()
Declaration
protected PTTextSearchViewControllerDelegate()
PTTextSearchViewControllerDelegate(NSObjectFlag)
Declaration
protected PTTextSearchViewControllerDelegate(NSObjectFlag t)
Parameters
Type | Name | Description |
---|---|---|
Foundation.NSObjectFlag | t |
PTTextSearchViewControllerDelegate(IntPtr)
Declaration
protected PTTextSearchViewControllerDelegate(IntPtr handle)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | handle |
Methods
SearchViewControllerDidDismiss(PTTextSearchViewController)
Declaration
public abstract void SearchViewControllerDidDismiss(PTTextSearchViewController searchViewController)
Parameters
Type | Name | Description |
---|---|---|
PTTextSearchViewController | searchViewController |
Implements
ObjCRuntime.INativeObject
System.IDisposable