Show / Hide Table of Contents

Class PdfViewCtrlTabBaseFragment.PasswordInvalidEventArgs

Inheritance
System.Object
PdfViewCtrlTabBaseFragment.PasswordInvalidEventArgs
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public class PasswordInvalidEventArgs : EventArgs

Constructors

PasswordInvalidEventArgs(Boolean)

Declaration
public PasswordInvalidEventArgs(bool handled)
Parameters
Type Name Description
System.Boolean handled

Properties

Handled

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX