WinForms

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

    Show / Hide Table of Contents

    Class PasswordEnterEventArgs

    Inheritance
    System.Object
    PasswordEnterEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class PasswordEnterEventArgs : CancelEventArgs

    Constructors

    PasswordEnterEventArgs(String, String)

    Declaration
    public PasswordEnterEventArgs(string username, string password)
    Parameters
    Type Name Description
    System.String username
    System.String password

    Properties

    Password

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

    UserName

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