Show / Hide Table of Contents

Class NavigationListDialogFragment

Inheritance
System.Object
NavigationListDialogFragment
AnnotationDialogFragment
OutlineDialogFragment
UserBookmarkDialogFragment
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public class NavigationListDialogFragment : DialogFragment

Constructors

NavigationListDialogFragment()

Declaration
public NavigationListDialogFragment()

NavigationListDialogFragment(IntPtr, JniHandleOwnership)

Declaration
protected NavigationListDialogFragment(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Properties

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

MAnalyticsEventListener

Declaration
protected NavigationListDialogFragment.IAnalyticsEventListener MAnalyticsEventListener { get; set; }
Property Value
Type Description
NavigationListDialogFragment.IAnalyticsEventListener

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type

Methods

HandleBackPress()

Declaration
public virtual bool HandleBackPress()
Returns
Type Description
System.Boolean

OnEventAction()

Declaration
protected virtual void OnEventAction()

SetAnalyticsEventListener(NavigationListDialogFragment.IAnalyticsEventListener)

Declaration
public virtual void SetAnalyticsEventListener(NavigationListDialogFragment.IAnalyticsEventListener listener)
Parameters
Type Name Description
NavigationListDialogFragment.IAnalyticsEventListener listener

Events

AnalyticsEvent

Declaration
public event EventHandler AnalyticsEvent
Event Type
Type Description
System.EventHandler
Back to top Generated by DocFX