NumericUpDownValueChangedEventArgs Constructor

Initializes a new instance of the NumericUpDownValueChangedEventArgs class

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public NumericUpDownValueChangedEventArgs(
	RoutedEvent routedEvent,
	decimal? oldValue,
	decimal? newValue
)

Parameters

routedEvent  RoutedEvent
 
oldValue  NullableDecimal
 
newValue  NullableDecimal
 

See Also