ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PasswordRequiredEventArgs - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PasswordRequiredEventArgs

    Event arguments for PasswordRequired event.

    Inheritance
    System.Object
    PasswordRequiredEventArgs
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.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 - 2022 Syncfusion Inc. All Rights Reserved