ValueChangedEventArgs(Double, Double) Construtor

Definição

Cria um novo ValueChangedEventArgs com os valores antigos e novos.

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

O valor anterior.

newValue
Double

O novo valor.

Aplica-se a