Event ValueChanged
Occurs after the user triggers evaluation of new input by pressing the Enter key, clicking a spin button, or by changing focus.
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public event TypedEventHandler<NumberBox<T>, NumberBoxValueChangedEventArgs<T>>? ValueChanged
Returns
Type | Description |
---|---|
TypedEventHandler<NumberBox<T>, NumberBoxValueChangedEventArgs<T>> | Occurs after the user triggers evaluation of new input by pressing the Enter key, clicking a spin button, or by changing focus. |