Show / Hide Table of Contents

Class AnnotationToolbarComponent.ToolbarChangedEventArgs

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

Constructors

ToolbarChangedEventArgs(String)

Declaration
public ToolbarChangedEventArgs(string newToolbar)
Parameters
Type Name Description
System.String newToolbar

Properties

NewToolbar

Declaration
public string NewToolbar { get; }
Property Value
Type Description
System.String
Back to top Generated by DocFX