Skip to main content

RangeBaseValueChangedEventArgs(Double, Double, RoutedEvent) Constructor

Initializes a new instance of the RangeBaseValueChangedEventArgs class.

Definition​

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public RangeBaseValueChangedEventArgs(
double oldValue,
double newValue,
RoutedEvent? routedEvent
)

Parameters​

  Double
The old value of the range value property.
  Double
The new value of the range value property.
  RoutedEvent
The routed event associated with these event args.

See Also​

Reference​

RangeBaseValueChangedEventArgs Class
RangeBaseValueChangedEventArgs Overload
Avalonia.Controls.Primitives Namespace