NumericUpDownValueChangedEventArgs Constructor
Initializes a new instance of the NumericUpDownValueChangedEventArgs class
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
See Also
Reference
NumericUpDownValueChangedEventArgs Class
Avalonia.Controls Namespace