menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PasswordVisibilityToggledEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PasswordVisibilityToggledEventArgs

    Represents TextInputLayout's PasswordVisibilityToggledEvent.

    Inheritance
    System.Object
    PasswordVisibilityToggledEventArgs
    Namespace: Syncfusion.Maui.Core
    Assembly: Syncfusion.Maui.Core.dll
    Syntax
    public class PasswordVisibilityToggledEventArgs : EventArgs
    Remarks

    It contains information about whether the event triggered or not when trigger the Toggle icon.

    Constructors

    PasswordVisibilityToggledEventArgs()

    Declaration
    public PasswordVisibilityToggledEventArgs()

    Properties

    IsPasswordVisible

    Gets a value indicating whether the visibility of the password input.

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