Table of Contents

Class NumberBoxValueChangedEventArgs

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Provides information for the ValueChanged event.

public class NumberBoxValueChangedEventArgs : RoutedEventArgs
Inheritance
NumberBoxValueChangedEventArgs
Inherited Members

Properties

NewValue

Gets the value of the Value property after the change.

public double? NewValue { get; }

Property Value

double?

The property value after the change.

OldValue

Gets the value of the Value property before the change.

public double? OldValue { get; }

Property Value

double?

The property value before the change.