Show / Hide Table of Contents

Class ToolManager.UpEventArgs

Inheritance
System.Object
ToolManager.UpEventArgs
Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public class UpEventArgs : EventArgs

Constructors

UpEventArgs(Boolean, MotionEvent, PDFViewCtrl.PriorEventType)

Declaration
public UpEventArgs(bool handled, MotionEvent e, PDFViewCtrl.PriorEventType priorEventMode)
Parameters
Type Name Description
System.Boolean handled
Android.Views.MotionEvent e
pdftronprivate.PDF.PDFViewCtrl.PriorEventType priorEventMode

Properties

Event

Declaration
public MotionEvent Event { get; }
Property Value
Type Description
Android.Views.MotionEvent

Handled

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean

PriorEventMode

Declaration
public PDFViewCtrl.PriorEventType PriorEventMode { get; }
Property Value
Type Description
pdftronprivate.PDF.PDFViewCtrl.PriorEventType
In This Article
Back to top Generated by DocFX