menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ValueChangingEventArgs

    Represents the arguments for ValueChanging event.

    Inheritance
    System.Object
    CancelEventArgs
    ValueChangingEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    Namespace: Syncfusion.SfNumericUpDown.XForms
    Assembly: Syncfusion.SfNumericUpDown.XForms.dll
    Syntax
    public class ValueChangingEventArgs : CancelEventArgs

    Constructors

    ValueChangingEventArgs()

    Declaration
    public ValueChangingEventArgs()

    Properties

    NewValue

    Gets or sets the new value.

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

    OldValue

    Gets the old value.

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

    UserAction

    Gets the user's action.

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