ValueChangedEventArgs(Double, Double) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 oldValue
和 newValue
,建立新的 ValueChangedEventArgs 事件。
public ValueChangedEventArgs (double oldValue, double newValue);
new Xamarin.Forms.ValueChangedEventArgs : double * double -> Xamarin.Forms.ValueChangedEventArgs
參數
- oldValue
- System.Double
舊值。
- newValue
- System.Double
新值。