menu

MAUI

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

    Show / Hide Table of Contents

    Class MaskedEntryValueChangingEventArgs

    Represents the arguments for value changing event in SfMaskedEntry.

    Inheritance
    System.Object
    MaskedEntryValueChangingEventArgs
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public class MaskedEntryValueChangingEventArgs : CancelEventArgs

    Constructors

    MaskedEntryValueChangingEventArgs()

    Declaration
    public MaskedEntryValueChangingEventArgs()

    Properties

    IsValid

    Gets or sets the boolean value indicating whether the validation was successful.

    Declaration
    public bool IsValid { get; set; }
    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