Class MaskedTextBoxValueChangedEventArgs
Represents the arguments for value changed event in SfMaskedTextBox.
Inheritance
System.Object
MaskedTextBoxValueChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class MaskedTextBoxValueChangedEventArgs : EventArgs
Constructors
MaskedTextBoxValueChangedEventArgs()
Declaration
public MaskedTextBoxValueChangedEventArgs()
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 SfMaskedTextBox.
Declaration
public object NewValue { get; }
Property Value
Type |
---|
System.Object |
OldValue
Gets the previous value of the SfMaskedTextBox.
Declaration
public object OldValue { get; }
Property Value
Type |
---|
System.Object |