menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PasswordRequiredEventArgs - UWP 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.UWP.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
    System.String

    StopParsing

    Indicates whether we should stop parsing protected workbook.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved