RangeBaseValueChangedEventArgs(Double, Double, RoutedEvent) Constructor
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public RangeBaseValueChangedEventArgs(
double oldValue,
double newValue,
RoutedEvent? routedEvent
)
Public Sub New (
oldValue As Double,
newValue As Double,
routedEvent As RoutedEvent
)
new :
oldValue : float *
newValue : float *
routedEvent : RoutedEvent -> RangeBaseValueChangedEventArgs
Parameters
- oldValue Double
- The old value of the range value property.
- newValue Double
- The new value of the range value property.
- routedEvent RoutedEvent
- The routed event associated with these event args.