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 |