menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MaskedEntryValueChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved