Class ValueChangingEventArgs
Represents the arguments for ValueChanging event.
Inherited Members
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 |