ValueChangingEventArgs<T>(T, T) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 ValueChangingEventArgs<T> 類別的新執行個體初始化。
public:
ValueChangingEventArgs(T oldValue, T newValue);
public ValueChangingEventArgs (T oldValue, T newValue);
new Microsoft.SqlServer.Management.TaskForms.ValueChangingEventArgs<'T> : 'T * 'T -> Microsoft.SqlServer.Management.TaskForms.ValueChangingEventArgs<'T>
Public Sub New (oldValue As T, newValue As T)
參數
- oldValue
- T
目前的屬性值。
- newValue
- T
新的屬性值。