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