NumericUpDownValueChangedEventArgs Constructor
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public NumericUpDownValueChangedEventArgs(
RoutedEvent routedEvent,
decimal? oldValue,
decimal? newValue
)
Public Sub New (
routedEvent As RoutedEvent,
oldValue As Decimal?,
newValue As Decimal?
)
new :
routedEvent : RoutedEvent *
oldValue : Nullable<decimal> *
newValue : Nullable<decimal> -> NumericUpDownValueChangedEventArgs
Parameters
- routedEvent RoutedEvent
-
- oldValue NullableDecimal
-
- newValue NullableDecimal
-