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 |