ValueChangedEventArgs(Double, Double) Constructor

Definición

Crea un nuevo ValueChangedEventArgs con los valores antiguos y nuevos.

public:
 ValueChangedEventArgs(double oldValue, double newValue);
public ValueChangedEventArgs(double oldValue, double newValue);
new Microsoft.Maui.Controls.ValueChangedEventArgs : double * double -> Microsoft.Maui.Controls.ValueChangedEventArgs
Public Sub New (oldValue As Double, newValue As Double)

Parámetros

oldValue
Double

Valor anterior.

newValue
Double

Nuevo valor.

Se aplica a