ValueChangedEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.InputControls
Carries the spinner's new value with its ValueChanged routed event.
public class ValueChangedEventArgs : RoutedEventArgs
Inherits from / implements: RoutedEventArgs
Members at a glance
Value | The value the spinner has moved to. |
Properties
Value
public object Value
The value the spinner has moved to.