Show / Hide Table of Contents

Class HandleTap

Inheritance
System.Object
HandleTap
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public sealed class HandleTap : MulticastDelegate

Constructors

HandleTap(Object, IntPtr)

Declaration
public HandleTap(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(PTToolManager, UITapGestureRecognizer, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(PTToolManager toolManager, UITapGestureRecognizer gestureRecognizer, AsyncCallback callback, object object)
Parameters
Type Name Description
PTToolManager toolManager
UIKit.UITapGestureRecognizer gestureRecognizer
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
System.Boolean

Invoke(PTToolManager, UITapGestureRecognizer)

Declaration
public virtual bool Invoke(PTToolManager toolManager, UITapGestureRecognizer gestureRecognizer)
Parameters
Type Name Description
PTToolManager toolManager
UIKit.UITapGestureRecognizer gestureRecognizer
Returns
Type Description
System.Boolean
Back to top Generated by DocFX