menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class ValueChangingEventArgs

    Inheritance
    System.Object
    ValueChangingEventArgs
    Namespace: Syncfusion.SfNumericUpDown.iOS
    Assembly: Syncfusion.SfNumericUpDown.iOS.dll
    Syntax
    public class ValueChangingEventArgs : CancelEventArgs

    Constructors

    ValueChangingEventArgs()

    Declaration
    public ValueChangingEventArgs()

    Properties

    NewValue

    Gets the new value to be updated.

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

    OldValue

    Gets the previous 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