File Formats

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PasswordRequiredEventArgs

    Show / Hide Table of Contents

    Class PasswordRequiredEventArgs

    Event arguments for PasswordRequired event.

    Inheritance
    System.Object
    System.EventArgs
    PasswordRequiredEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class PasswordRequiredEventArgs : EventArgs

    Constructors

    PasswordRequiredEventArgs()

    Default constructor.

    Declaration
    public PasswordRequiredEventArgs()

    Properties

    NewPassword

    New password to try.

    Declaration
    public string NewPassword { get; set; }
    Property Value
    Type Description
    System.String

    StopParsing

    Indicates whether we should stop parsing protected workbook.

    Declaration
    public bool StopParsing { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved