Class MaskedEntryValueChangedEventArgs
Represents the arguments for value changed event in SfMaskedEntry.
Inheritance
System.Object
MaskedEntryValueChangedEventArgs
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public class MaskedEntryValueChangedEventArgs : EventArgs
Constructors
MaskedEntryValueChangedEventArgs()
Declaration
public MaskedEntryValueChangedEventArgs()
Properties
IsMaskCompleted
Gets the boolean value based on whether all the required inputs value is completed.
Declaration
public bool IsMaskCompleted { get; }
Property Value
Type |
---|
System.Boolean |
NewValue
Gets the current value of the SfMaskedEntry.
Declaration
public object NewValue { get; }
Property Value
Type |
---|
System.Object |
OldValue
Gets the previous value of the SfMaskedEntry.
Declaration
public object OldValue { get; }
Property Value
Type |
---|
System.Object |