ValueChangingEventArgs<T>(T, T) 建構函式

定義

初始化 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

新房產價值。

適用於