menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueChangedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    The ValueChangedEventArgs class holds an argument of the value changed event.

    Inheritance
    System.Object
    ValueChangedEventArgs
    Namespace: Syncfusion.XForms.MaskedEdit
    Assembly: Syncfusion.SfMaskedEdit.XForms.dll
    Syntax
    public class ValueChangedEventArgs : EventArgs

    Constructors

    ValueChangedEventArgs(Object)

    Initializes a new instance of the ValueChangedEventArgs class in MaskedEdit.

    Declaration
    public ValueChangedEventArgs(object value)
    Parameters
    Type Name Description
    System.Object value

    Current state of the control.

    Properties

    Value

    Gets a value of the input field in the ValueChangedEventArgs class of the SfMaskedEdit control.

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