NumericUpDown.

ValueChanged Event

Summary

Add / Remove ValueChangedEvent handler Event which will be fired from this NumericUpDown when its value has been changed.
Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown
Event Type
RoutedPropertyChangedEventHandler<double?>

Syntax

public event RoutedPropertyChangedEventHandler<double?> ValueChanged