NumericUpDownValueChangedEventArgs.

NumericUpDownValueChangedEventArgs(RoutedEvent, double, double) Constructor

Syntax

public NumericUpDownValueChangedEventArgs(RoutedEvent routedEvent, double oldValue, double newValue)

Parameters

Name Type Description
routedEvent RoutedEvent
oldValue double
newValue double

Return Value

Type Description
void