ValueChangedEventArgs(Double, Double) 建構函式

定義

使用 oldValuenewValue,建立新的 ValueChangedEventArgs 事件。

public ValueChangedEventArgs (double oldValue, double newValue);
new Xamarin.Forms.ValueChangedEventArgs : double * double -> Xamarin.Forms.ValueChangedEventArgs

參數

oldValue
Double

舊值。

newValue
Double

新值。

適用於