NumberBox.ValueChanged Event

Definition

Occurs after the user triggers evaluation of new input by pressing the Enter key, clicking a spin button, or by changing focus.

C#
public event TypedEventHandler<NumberBox,NumberBoxValueChangedEventArgs> ValueChanged;

Event Type

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also