Class PasswordVisibilityToggledEventArgs
Provides data for the PasswordVisibilityToggled event in SfTextInputLayout.
Inheritance
System.Object
    PasswordVisibilityToggledEventArgs
  Namespace: Syncfusion.Maui.Toolkit.TextInputLayout
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class PasswordVisibilityToggledEventArgs : EventArgs
  Remarks
This class contains information about the current visibility state of the password when the toggle icon is activated.
Constructors
PasswordVisibilityToggledEventArgs()
Declaration
public PasswordVisibilityToggledEventArgs()
  Properties
IsPasswordVisible
Gets a value indicating whether the password is currently visible.
Declaration
public bool IsPasswordVisible { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  |