Class MaskedTextBoxValueChangedEventArgs

    Show / Hide Table of Contents

    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 Description
    System.Boolean

    NewValue

    Gets the current value of the SfMaskedTextBox.

    Declaration
    public object NewValue { get; }
    Property Value
    Type Description
    System.Object

    OldValue

    Gets the previous value of the SfMaskedTextBox.

    Declaration
    public object OldValue { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved