Class PTThumbnailSliderViewDelegate
Inheritance
System.Object
PTThumbnailSliderViewDelegate
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public abstract class PTThumbnailSliderViewDelegate : NSObject, IPTThumbnailSliderViewDelegate, INativeObject, IDisposable
Constructors
PTThumbnailSliderViewDelegate()
Declaration
protected PTThumbnailSliderViewDelegate()
PTThumbnailSliderViewDelegate(NSObjectFlag)
Declaration
protected PTThumbnailSliderViewDelegate(NSObjectFlag t)
Parameters
Type | Name | Description |
---|---|---|
Foundation.NSObjectFlag | t |
PTThumbnailSliderViewDelegate(IntPtr)
Declaration
protected PTThumbnailSliderViewDelegate(IntPtr handle)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | handle |
Methods
ThumbnailSliderViewInUse(PTThumbnailSliderViewController)
Declaration
public abstract void ThumbnailSliderViewInUse(PTThumbnailSliderViewController thumbnailSliderViewController)
Parameters
Type | Name | Description |
---|---|---|
PTThumbnailSliderViewController | thumbnailSliderViewController |
ThumbnailSliderViewNotInUse(PTThumbnailSliderViewController)
Declaration
public abstract void ThumbnailSliderViewNotInUse(PTThumbnailSliderViewController thumbnailSliderViewController)
Parameters
Type | Name | Description |
---|---|---|
PTThumbnailSliderViewController | thumbnailSliderViewController |
Implements
ObjCRuntime.INativeObject
System.IDisposable