Table of Contents

Class NumericUpDownValueChangedEventArgs

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll
public class NumericUpDownValueChangedEventArgs : RoutedEventArgs
Inheritance
NumericUpDownValueChangedEventArgs
Inherited Members

Constructors

NumericUpDownValueChangedEventArgs(RoutedEvent, decimal?, decimal?)

public NumericUpDownValueChangedEventArgs(RoutedEvent routedEvent, decimal? oldValue, decimal? newValue)

Parameters

routedEvent RoutedEvent
oldValue decimal?
newValue decimal?

Properties

NewValue

public decimal? NewValue { get; }

Property Value

decimal?

OldValue

public decimal? OldValue { get; }

Property Value

decimal?