Class OtpInputValueChangedEventArgs
Provides event data for the ValueChanged event.
Inheritance
System.Object
OtpInputValueChangedEventArgs
Namespace: Syncfusion.Maui.Toolkit.OtpInput
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class OtpInputValueChangedEventArgs : Object
Properties
NewValue
Gets or sets a new value when the OtpInput’s value is changed.
Declaration
public string NewValue { get; }
Property Value
Type |
---|
System.String |
OldValue
Gets or sets an old value when the OtpInput’s value is changed.
Declaration
public string OldValue { get; }
Property Value
Type |
---|
System.String |