menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ValueEventArgs

    The ValueEventArgs class represents the properties of the ValueChanged event in numeric text box. ValueChanged event.

    Inheritance
    System.Object
    ValueEventArgs
    Namespace: Syncfusion.SfNumericTextBox.XForms
    Assembly: Syncfusion.SfNumericTextBox.XForms.dll
    Syntax
    public class ValueEventArgs : EventArgs

    Constructors

    ValueEventArgs()

    Declaration
    public ValueEventArgs()

    Properties

    OldValue

    Gets an old value of the input field

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

    Value

    Gets a value of the input field.

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