Show / Hide Table of Contents

Class AnnotationToolbarComponent.PreItemClickEventArgs

Inheritance
System.Object
AnnotationToolbarComponent.PreItemClickEventArgs
Namespace: pdftron.PDF.Widget.Toolbar.Component
Assembly: PDFViewCtrlTools.dll
Syntax
public class PreItemClickEventArgs : EventArgs

Constructors

PreItemClickEventArgs(ToolbarItem, IMenuItem)

Declaration
public PreItemClickEventArgs(ToolbarItem toolbarItem, IMenuItem item)
Parameters
Type Name Description
ToolbarItem toolbarItem
Android.Views.IMenuItem item

Properties

Item

Declaration
public IMenuItem Item { get; }
Property Value
Type Description
Android.Views.IMenuItem

ToolbarItem

Declaration
public ToolbarItem ToolbarItem { get; }
Property Value
Type Description
ToolbarItem
Back to top Generated by DocFX