Class PdfScrollViewDidEndDraggingEventArgs
Inheritance
System.Object
PdfScrollViewDidEndDraggingEventArgs
Assembly: PDFNetiOS.dll
public class PdfScrollViewDidEndDraggingEventArgs : EventArgs
Constructors
Declaration
public PdfScrollViewDidEndDraggingEventArgs(UIScrollView scrollView, bool decelerate)
Parameters
Type |
Name |
Description |
UIKit.UIScrollView |
scrollView |
|
System.Boolean |
decelerate |
|
Properties
Declaration
public bool Decelerate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public UIScrollView ScrollView { get; set; }
Property Value
Type |
Description |
UIKit.UIScrollView |
|