Show / Hide Table of Contents

Class AnnotationToolbarComponent.InterceptItemClickEventArgs

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

Constructors

InterceptItemClickEventArgs(Boolean, ToolbarItem, IMenuItem)

Declaration
public InterceptItemClickEventArgs(bool handled, ToolbarItem toolbarItem, IMenuItem item)
Parameters
Type Name Description
System.Boolean handled
ToolbarItem toolbarItem
Android.Views.IMenuItem item

Properties

Handled

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean

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