menu

UWP

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

    Show / Hide Table of Contents

    Class ValueChangingEventArgs

    Inheritance
    System.Object
    ValueChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class ValueChangingEventArgs : CancelEventArgs

    Constructors

    ValueChangingEventArgs()

    Declaration
    public ValueChangingEventArgs()

    Properties

    NewValue

    Gets or sets 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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved