Class NumericUpDownChangedRoutedEventArgs
Inheritance
System.Object
NumericUpDownChangedRoutedEventArgs
Namespace: Sdl.Desktop.Platform.Controls.Controls
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class NumericUpDownChangedRoutedEventArgs : RoutedEventArgs
Constructors
NumericUpDownChangedRoutedEventArgs(RoutedEvent, Double)
Declaration
public NumericUpDownChangedRoutedEventArgs(RoutedEvent routedEvent, double interval)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.RoutedEvent | routedEvent | |
| System.Double | interval |
Properties
Interval
Declaration
public double Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |