RangeBaseValueChangedEventArgs(Double, Double, RoutedEvent, Object) Constructor
Initializes a new instance of the RangeBaseValueChangedEventArgs class.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public RangeBaseValueChangedEventArgs(
double oldValue,
double newValue,
RoutedEvent? routedEvent,
Object? source
)
Public Sub New (
oldValue As Double,
newValue As Double,
routedEvent As RoutedEvent,
source As Object
)
new :
oldValue : float *
newValue : float *
routedEvent : RoutedEvent *
source : Object -> RangeBaseValueChangedEventArgs
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.
- Object
- The source object that raised the routed event.
See Also
Reference
RangeBaseValueChangedEventArgs Class
RangeBaseValueChangedEventArgs Overload
Avalonia.Controls.Primitives Namespace