Show / Hide Table of Contents

Class ToolManager.FlingStopEventArgs

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

Constructors

FlingStopEventArgs(Boolean)

Declaration
public FlingStopEventArgs(bool handled)
Parameters
Type Name Description
System.Boolean handled

Properties

Handled

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX