Class NumericUpDownValueChangedEventArgs
public class NumericUpDownValueChangedEventArgs : RoutedEventArgs
- Inheritance
-
NumericUpDownValueChangedEventArgs
- Inherited Members
Constructors
NumericUpDownValueChangedEventArgs(RoutedEvent, decimal?, decimal?)
public NumericUpDownValueChangedEventArgs(RoutedEvent routedEvent, decimal? oldValue, decimal? newValue)
Parameters
routedEvent
RoutedEventoldValue
decimal?newValue
decimal?
Properties
NewValue
public decimal? NewValue { get; }
Property Value
OldValue
public decimal? OldValue { get; }